Azure Bicep – Limit Storage IPs from App Service
I am giving my first steps with bicep, but I feel completely stuck :-/ I want to get the public ips from a App Service, and after that, I want to limit with them the access to an storage account.…
I am giving my first steps with bicep, but I feel completely stuck :-/ I want to get the public ips from a App Service, and after that, I want to limit with them the access to an storage account.…
I am trying to deploy dacpac to an existing sql db, and getting the following error: ##[error]*** Could not deploy package. ##[error]Unable to connect to target server 'AAA.database.windows.net'. Please verify the connection information such as the server name, login credentials,…
There is a CLI method to list functions of an Azure FunctionApp (docs) az functionapp function list -g MyResourceGroup -n MyFunctionAppName How do I get functions deployed on a specific deployment slot? For reference, another method - functionapp function keys…
I am synthesising text using Azure Speech Service's TTS. When setting the audio config, I want to disable the playback of the audio. Per the documentation, AudioOutputConfig's use_default_speaker keyword is False by default. Hence, the following code should work: import…
When I execute the following command for adding node pool in Azure CLI, getting the error "unrecognized arguments aks-custom-headers windowscontainerruntime=containerd" az aks nodepool add --resource-group resource-group-name --cluster-name [cluster] --os-type Windows --name nodepool --node-vm-size Standard_D4s_v3 --kubernetes-version 1.20.5 --aks-custom-headers WindowsContainerRuntime=containerd, --node-count 1
Hi I am new to Azure ADF and trying to copy additional column values to a table. While doing so sometimes I am getting NULL values from source but while adding that to destination table I get following error. ErrorCode=TypeConversionFailure,Exception…
I'm trying to use the MS_graph python module to download files from onedrive. I tried using the pip install msal command. But when you run the code, this error returns: Traceback (most recent call last): File "C:/Users/spado/Desktop/ad.py", line 3, in…
I cannot seem to figure out how to acquire an access token using MSAL. I’ve spend time reading the source code and Microsoft documentation to no avail. I’d like to use the PublicClientApplication to acquire the token. Even when running…
I am using azure databricks notebook(python). I am trying to access the azure blob storage container files to azure databricks. To access the file I am trying to use the key Vault as use of hard coded account name and…
I have a .csv file (in Azure Data Lake Storage), which looks approximately like this -> I want to create a notebook (PySpark (Python)), which could be implemented in the synapse analytics (integrate -> pipeline) in one of the pipelines.…