1,079 questions
1 vote
0 answers
29 views
Referencing the resource id of an app service plan in function app without using the indexing
I am trying to create multiple function apps with different plans (e.g., Consumption, Flex Consumption). I have created an array that passes the values to the app service plan and the function app. ...
0 votes
1 answer
60 views
How to create an AKS Automatic cluster with custom node pool size and VM size (via CLI or Bicep)?
I’m trying to create an Azure Kubernetes Service (AKS) Automatic cluster with my own custom node pool configuration, such as specifying: VM size (Standard_D8s_v3) Node count or autoscaler range I ...
0 votes
1 answer
64 views
Adding diagnosticSettings to Azure SQL Databases using Bicep loops
I am trying to set diagnosticSettings to an array of databases in bicep using for (db, i) in dataBaseArray. At first I create the databases: @batchSize(1) resource sqlDatabases 'Microsoft.Sql/servers/...
0 votes
1 answer
49 views
Creating Certificates Stuck when deploying resources in Azure using BICEP
I've been using BICEP for a few years and deployed countless web apps with it. I'm faced with a strange situation I don't know how to resolve, because there is no error. I'm creating 2 app plans, ...
2 votes
1 answer
127 views
Unable to Deploy Logic App Consumption Blob connection with Managed Identity via Bicep
I am deploying a Logic App Consumption that connects to Azure Blob Storage using Managed Identity. In Bicep, the API Connection resource (Microsoft.Web/connections) no longer supports ...
0 votes
0 answers
61 views
MS Defender for Cloud Continuous export via BICEP
I am trying to set up MS Defender for Cloud Continuous export via BICEP and need some help. The MS Documentation for this specific part leaves to be desired; there are no examples or explanations, so ...
0 votes
1 answer
107 views
Update Bicep File to Fix Azure SQL Database 2014-04-01 APIs will be retired?
My IT department is getting an e-mail "Azure SQL Database 2014-04-01 APIs will be retired on 31 October 2025". I use bicep and have never used any API's that are that old, they're all ...
0 votes
1 answer
73 views
Problem having creating VNet Peering with Azure Bicep
I have the following main.bicep file. Removed the target scope from the main.bicep. Have two virtual networks and they are in the same subscription, but on different resource groups. I am here ...
1 vote
0 answers
66 views
Azure Policy - restrict tag naming values, issue with regex for Owner tag
Been struggling to get the regex for a resource tag to function as expected. I have an Owner tag thats one of four tags that I am forcing users to add to any resource in a particular subscription. I ...
1 vote
1 answer
123 views
ARM parameters JSON array rendered as string in Azure DevOps pipeline, “Expected double‑quoted property name” error
Later edit: I maintain a global template file azuredeploy.parameters.json.template with placeholders. Here are some of the params, including the one - ipFilter - I'm having issues with. If I don't use ...
-1 votes
1 answer
125 views
Bicep, Azure Container Apps - Azure Files SMB volume mount fails using bicep, but works after manual recreate volume [closed]
I'm deploying resources in azure using bicep. The deployment process complete successfully without error, However, the container is not working. In container app log stream (application) I will get ...
3 votes
1 answer
34 views
How to use a property from parent resource in child?
How can I use the property nextVersion from resource mlEnvironment from my template below: @description('The list of Azure ML workspace names to deploy environments to.') param workspaceName string @...
0 votes
1 answer
55 views
How to reference child of child?
I am trying to add Diagnostic Settings for Machine Learning Online Deployments, which is a child of a given Machine Learning Online Endpoint, but since I have an array for each of these services, I am ...
0 votes
1 answer
152 views
Creating a host key on newly created function app fails
I'm trying to create a new host key for a newly created function app and it fails with the following error: { "status": "Failed", "error": { "code&...
-1 votes
2 answers
136 views
Azure Policy fails to deploy AzureNetworkWatcherExtension on Windows VMs (Error: "resource not found")
I'm currently working on creating Azure Policies to manage our virtual machines, and one of the policies is not behaving as expected. The goal of this custom policy is to automatically deploy the ...