Questions tagged [azure-container-service]

Microsoft Azure Container Service (ACS) optimizes the configuration of popular open source tools and technologies specifically for Azure. It allows you to easily create and host clusters of Docker containers in Microsoft Azure using either Docker Swarm or DC/OS for cluster orchestration.

Microsoft Azure Container Service (ACS) optimizes the configuration of popular open source tools and technologies specifically for Azure. It allows you to easily create and host clusters of Docker containers in Microsoft Azure using either Docker Swarm or DC/OS for cluster orchestration.

More Information

410 questions
1
vote
1 answer

Creating and Uploading Append Blobs to store in Azure Container

I am trying to upload a new append blob file to a container every time a message comes in from a service bus. I do not want to append to the blob that is already there. I want to create a whole new append blob and add it at the end. Is this…
boolingBloke
  • 31
  • 1
  • 6
1
vote
1 answer

Docker image verification

I have created a dotnet core application ,dockerized and pushed it to the azure container registry using Azure pipeline. If I check the repository, I can see tar.gzip files and json file references in the images created. How to verify if I have the…
Asterix
  • 331
  • 6
  • 22
1
vote
1 answer

Azure media service create create output asset to specific container

I'm creating an application that uses azure media service. so in order to manage content, I'm trying to upload assets to managed way as below This was the code I used to create input asset containerPath something like company1/section1 private async…
1
vote
0 answers

Is it possible, to define multiple parameters for a Luis intent?

When Luis find and intent I would like to store different variables?, which I can use in the following process. User asks a question to a dispatch bot Luis defines intent Based on intent, it gets the KBID (QnA), A teamID (MS teams), A URL (A…
1
vote
1 answer

Cannot copy data from Snowflake into Azure Blob

I am trying to copy data from Snowflake into an Azure Blob using Azure Data Factory. The role I am using has select permissions on the table, and I have no issues querying the data using the Snowflake console. I am also able to copy into the…
1
vote
1 answer

Azure - Container Instances vs App Service

I have a monorepo that contains an API, React app and a worker. Initially I thought I'd just use AppService and deploy the code however that appears to be much more complicated as situation doesn't just have a simple npm run index.js, but has the 3…
userMod2
  • 8,312
  • 13
  • 63
  • 115
1
vote
1 answer

Add volumes and files to a container in Azure using Pulumi

I'm starting to use Pulumi for container deployment in Azure cloud. At the moment I am facing problems because I need to load some configuration files to a container of Traefik but I cannot find the correct way. The idea is that Traefik works as a…
elMor3no
  • 45
  • 3
1
vote
1 answer

Rest API to get the list of files inside the container/directory/ in AZURE storage

I have a container called 'services'.Inside the Container , i have a directory called 'Test'.how we can get the list of blobs inside the directory test.I have few kept few CSVs inside the test. Need the rest api to get the list of the files. However…
1
vote
0 answers

Availability of els.dll / elscore.dll on Windows container images

I recently deployed a container to Azure, and when I run the application (a website) I encounter the exception... Unable to load DLL 'elscore.dll': The specified module could not be found. Sure enough, if I start a powershell session on the…
1
vote
1 answer

Is one required to use Azure Container Registry to make use of Azure Containers?

I'm doing research on how container services in Azure compare with our on-prem implementation of containers, which includes Docker Trusted Registry. Is one required to use Azure Container Registry to make use of Azure Containers? Or could we tie…
1
vote
1 answer

Add existing Azure Container Instance to VNET

I have an existing ACI. Can I add it to a VNET and Subnet via Azure CLI/Azure cloud shell.
1
vote
1 answer

Can I create a new Azure ML-workspace when creating an ACI from cloud shell

How can I create a new Azure Machine Learning workspace when creating a new Azure Container Instance from Azure cloud shell. Here is a sample of the command am using to create the ACI. az container create --name dev-container –resource-group XXX…
1
vote
1 answer

upload time very slow with multiple file as blob uploads on Azure storage containers using Python

I want to store some user images from a feedback section of an app I am creating for which I am using Azure containers. Although I am able to store the images the process is taking ~150 to 200 seconds for 3 files of ~190kb each Is there a better way…
1
vote
2 answers

Get all `Facets` from azure search without item result

Hi all I'm facing performance issues with azure cognitive search currently I have 956 Facets filed. When I load Documents from Azure server it's taking almost 30 to 35 seconds. But when I remove Facets from Azure search request Documents load in 2…
jishan siddique
  • 1,848
  • 2
  • 12
  • 23
1
vote
3 answers

Azure Kubernetes managed identity vs AAD pod identities

Azure Kubernetes now seems to offer two ways to access other Azure resources. 1. AKS managed identity - https://learn.microsoft.com/en-us/azure/aks/use-managed-identity 2. AAD pod identity - https://github.com/Azure/aad-pod-identity As an…
user3740951
  • 1,109
  • 2
  • 20
  • 39