Azure container instance has no ip and is stuck in creating state
I have been trying to use a yaml file to create a container instance, it appears to connect to the azure registry and get the image, but it never deploys it. It just stays in "Creating" state and the container stays in "Waiting"…
Azure Container Instances


Getting 403 error while using Comos RBAC with Change-feed function app
Hi, I am using cosmos RBAC to access data from different applications and it looks good, except for the change feed feature. Used CosmosDBTrigger with Microsoft.Azure.WebJobs.Extensions.CosmosDB preview version (Install-Package…
Azure Functions
Azure Cosmos DB
Azure Role-based access control
How to implement HMAC into Azure Function HTTP Trigger
I was asked to implement HMAC in Azure Function that receives web-hooks requests but I don't find documentations that give me an idea of how to do that. Any suggestion would be great help.
Azure Functions
MS HPC 2016 - restrict job visibility
We use MS HPC 2016 (not in Azure) and have the requirement that only jobs submitted by a user should be visible to them when using HPC Job Manager or HPC Cluster Manager. Is this possible? The least privileged user in HPC seems to be the…
Azure Virtual Machines

how to store user data in existing cosmos db container?
I am having one website, where user can upload a JSON file about material description, i have to save that file in my cosmos db container(already created), how to do that?
Azure Storage Explorer
Azure Cosmos DB
How to combine some files automatically in Azure Synapse Analytics.
I am working as a data engineer and I have to combine some files into one file every day. Here is what I would like to do: Upload file(.gz) to Azure Blob Storage every day. Unzip the file to parquet format. Combine some files into one…
Azure Blob Storage
Azure Synapse Analytics
Azure Data Factory

Update with WHERE condition in data flow
Hi Team, Is there a possibility in data flow (ADF) to update a sink with a where condition? Update is happening based on "Key Columns" and certain where condition. Also, what's the significance of "Custom expression" ? Under…
Azure Data Factory

How to use common variable to store the failure status of one activity out of two activies
In Pipeline there are two activities for which I want to manage the success/failure status. There is copy activity if it fails the Status variable value will set to Failure. It copy activity is success that next activity notebook will execute and if…
Azure Synapse Analytics
Azure Data Factory

Does anyone know a way to have all cloud apps MFA via CA and be able to have MFA on the Azure VDI?
I have tried excluding the Azure VDI App from the All cloud apps MFA CA then creating its own seperate MFA CA but it only works if I remove the user from the All Cloud Apps CA. This is not great because then taht user is only MFA in the VDI. This is for…
Azure Virtual Desktop

unexpected payment
Hello! I was billed for $ 35 in Azure, although I only used the free plan for educational purposes, doing an internship in the MaCICT project under the Erasmus+ program, I am a poor student from Belarus, is there any way to resolve this issue?
Azure Cost Management
Public ip range /28
Hello, Is that possible to attach a public ip range /28 or more to a single VM and without private IP. For example i have bellow configuration: Main vm ip:20.20.20.5 Ip range routed to the vm:20.20.60.0/28 I don't need private…
Azure Virtual Network

ADF: Pipeline Cancel Request with 'isRecursive' being set as True, but sub pipeline is not cancelled
I define two pipelines: pipeline 1 and pipeline 2. There are two activities in pipeline 1. The first activity is an ExecutePipeline activity with 'waitOnComplete' being set as False. It will invoke pipeline 2. The second activity is a…
Azure Data Factory
ADF mapping data flow is no longer able to connect to Azure SQL Database if Public IP Addresses are NOT allowed
The ADF mapping data flow currently works if Public IP Addresses are allowed. Adding the ADF Service tags for the region to the Azure SQL DB firewall also did not work. Is this related or the same cause?…
Azure Data Factory
AAD Login Extension AzureADJoinned: NO
I'm just trying to use the AAD login for windows extension on a pre-existing VM which I enabled after pre-existing through azure cli. Which the extension has provisioned sucessfully. The problem i'm facing is that dsregcmd /status is showing that…
Azure Virtual Machines
Microsoft Security | Microsoft Entra | Microsoft Entra ID
Using LogicApp to slice an array on indices
I'm trying to achieve something in LogicApp which I think should be quite easy to achieve, but I'm not managing it. Say I have a variable from a previous step: 'https://sharepoint/sites/test-site/Documents/somereport.pdf'. From this string, I need to…
Azure Logic Apps
How to connect to KeyVault to azureml real time endpoint using managed identity?
I am trying to connect keyvault to an insanely simple app with score file as follows: def init(): pass def run(raw_data): KVUri="<<AN ACTUAL KEYVAULT URI>>" credential = DefaultAzureCredential() client…
Azure Key Vault
Azure Machine Learning
Microsoft Security | Microsoft Entra | Microsoft Entra ID
running a powershell script in azure automation failure
Greetings... I'm working on making a rest api call which pulls back data from the year 2000 until the current year when I run the powershell script from my machine everything works as expected. If I were to run the azure automation runbook I get out…
Azure Automation
Windows for business | Windows Server | User experience | PowerShell
Why is "Create and Attach Disk" grayed out in the portal?
I have a Ubuntu Linux VM, and when trying to add a new disk, the option is grayed out in the portal. What conditions must exist in order to be able to add a disk to an Azure VM?
Azure Virtual Machines
Azure Disk Storage
Azure SQL Hyperscale Tier - support more than 100TB?
Backdrop We are developing a service that may store a huge amount of data (potential more than 100TB). So we are interested in the Azure SQL Hyperscale service tier which affords the maximum DB size. Problem As our demand for a single…
Azure SQL Database

SFTP Linked Service tests connection successfully; Fails in Pipeline run
I am configuring a pretty basic pipeline that Uses a GET Metadata activity -> Filter --> For Each (2 copy activities) running recursively. Each time I try to debug the pipeline I get this error: I have tried to configure this…