How to fix 400 Client Error in managed_clusters.create_or_update?
I want to use python sdk to create kubernetes cluster with some custom settings. The az command is: az aks create --name ips-cluster-uogbsm1632030000 -g ips-cluster-uogbsm1632030000_group --vm-set-type AvailabilitySet --network-plugin azure…
Azure Kubernetes Service
shared variable groups in azure data factory for shared self hosted integration
I want to use a self hosted integration run time(existing) from another azure devops project and subscription. Please suggest how can we use variable groups(existing) from one azuredevops project to different devops project through yaml pipeline. we need…
Azure Data Factory
How to allow blob public access when creating storage account via java sdk
Currently, I'm writing an script to create storage account in azure cloud by using azure java sdk. I need to enable 'allow blob public access' property when creating the storage account. Is there any approach I can take by for this using java sdk? …
Azure Storage
Azure Blob Storage
Microsoft Security | Microsoft Entra | Microsoft Entra ID
Azure Logic Apps settings
Hi ,I have to learn and work on Azure Logic apps for my company.I am completely unaware of the steps or methods needed to do so.Can anyone please provide me the details to make specially the remote desktop file settings(folder structure)and the azure…
Azure Logic Apps
Face detection not working in android 11
faceServiceClient.detect() return null, in Android 11. Can't get face id, I am trying to detect face in android 11(API level - 30) but unable to get response. So if any possible solution you have, Please acknowledge me and do the needful.
Azure Face
Is it possible to upload multiple 'Secret' to the 'Key Vault'? E.g.: Upload a csv, env file, etc?
Hello, We have recently discovered the features behind the Azure Key Vault service to use within Azure DevOps. Thus, working on the Key Vault to benefit it as much as possible. I was looking around the web to find out if there is any tutorial…
Azure Key Vault
data flow Join Inspect tab
Hi, Why the Join Inspect tab shows only one column? source1--> WriteDeltaSink returns several columns in data preview source2--> ParquetSink returns several columns in data preview
Azure Data Factory
Testing Azure Front Door for Azure B2C URLs in preparation for a Custom Domain
Similar to https://learn.microsoft.com/en-us/answers/questions/331830/unable-to-configure-custom-domains-for-azure-activ.html, I am trying to set up a Custom Domain for an Azure AD B2C tenant using Azure Front Door. I added a comment to the question, but…
Azure Front Door
Microsoft Security | Microsoft Entra | Microsoft Entra External ID
Creating an alert for long running pipelines
I currently have an alert setup for Data Factory that sends an email alert if the pipeline runs longer than 120 minutes, following this tutorial: https://www.techtalkcorner.com/long-running-azure-data-factory-pipelines/. So when a pipeline does in fact…
Azure Monitor
Azure Data Factory
advanced management portal is closed
advanced management portal is closed Help Plss
Azure App Configuration
Microsoft Security | Microsoft Entra | Other

Data Copy activity failing due to a geography data type in one of the columns
I'm copying data from a table in SQL DB to Azure Data lake. One of the columns is of data type Geography and I got to know that ADF doesn't support this data type so the copy activity is failing. Is there any way to copy the whole data including this…
Azure Data Factory
Synpase - Copy columns with special characters
I want to copy data from a source (in this case SAPHANA) where the columns have a dot in them. The copy activity fails when the multiple columns are queried and the part before the dot is the same. Example: select col1, col1.test from sourceTable Error…
Azure Synapse Analytics
Azure Data Factory
Azure App Service Always On requests invalid URL for accented domain
We have an app service with multiple custom domains, one of which contains an accented é character which is converted into %C3%A9 by AlwaysOn, which causes an error in the application. Is there a way around this?
Azure App Service

Cannot admin classic VM
Hi, This is a bit troublesome. I have a Win Srv 2008 in Azure that has been running for ages (long before the ARM era), reading and providing some web services. I have no plan to upgrade the functionallity itself but have no problem to move the…
Azure Cloud Services
Azure Virtual Machines


azcopy cp fail to copy file from local to cloud
azcopy login azcopy make 'https://teststore.blob.core.windows.net/testcontainer' INFO: Authenticating to destination using Azure AD Successfully created the resource. .\azcopy cp 'C:\Users\test\Downloads\azcopy_windows_amd64_10.12.2.zip'…
Azure Storage
Help! Suddenly getting "The specified credentials are invalid" text block across Bing Maps map!
Help! No problems for the past several years using an enterprise Bing Maps license. Suddenly today, the text block shows up across the map. Bingmapsportal.com doesn't show any issues. Just renewed the license on July 1. How do I fix this??? Thanks, …
Azure Maps
Logs are missing in the Log Analytics Workspace - Azure Data Factory
We came across a situation where certain logs are missing of in the ADFPipelineRun in the log analytics workspace. For instance a log of Succeeded pipeline execution is missing even if the pipeline has finished the execution successfully. and there are…
Azure Data Factory
Resource group creation failed
Azure App Configuration
Azure Policy
@azure/cosmos CosmosClient CORS issue
Hello, I'm trying to connect my React app to my CosmosDB. Since I'm getting CORS preflight errors, I tried enabling cors from the portal as described here: how-to-configure-cross-origin-resource-sharing. However, the cors tab (visible in the…
Azure Cosmos DB
DataFactory jobs failing with - DELETE failed with error 0x83090aa2 (Forbidden. ACL verification failed....
We are using some ADF jobs to transfer data to XStore cosmos VC (Gen1) and since yesterday noon, 3 jobs started failing consistently with the error message below. We confirmed that the Linked service-service principal secret is valid and it has RWX…