Skip to main content
1 vote
0 answers
29 views

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. ...
Omkar's user avatar
  • 11
0 votes
1 answer
60 views

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 ...
user30090146's user avatar
0 votes
1 answer
64 views

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/...
ABF's user avatar
  • 119
0 votes
1 answer
49 views

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, ...
Damo's user avatar
  • 2,112
2 votes
1 answer
127 views

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 ...
Rocco L's user avatar
  • 23
0 votes
0 answers
61 views

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 ...
Roman King's user avatar
0 votes
1 answer
107 views

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 ...
Lee Richardson's user avatar
0 votes
1 answer
73 views

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 ...
Bheema's user avatar
  • 25
1 vote
0 answers
66 views

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 ...
Richard's user avatar
  • 11
1 vote
1 answer
123 views

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 ...
cdrrr's user avatar
  • 1,084
-1 votes
1 answer
125 views

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 ...
Sorawit Tonpitak's user avatar
3 votes
1 answer
34 views

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 @...
Guilherme Matheus's user avatar
0 votes
1 answer
55 views

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 ...
Guilherme Matheus's user avatar
0 votes
1 answer
152 views

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&...
Francis Ducharme's user avatar
-1 votes
2 answers
136 views

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 ...
Artur's user avatar
  • 353

15 30 50 per page
1
2 3 4 5
72