Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
0 answers
16 views

I am brand new to Azure and currently taking Alan Rodrigues course on it. I am trying to follow the Bicep chapter but keep running into the below message. I have been trying to figure it out for over ...
John Michael Diedrich's user avatar
0 votes
0 answers
21 views

A long-standing BICEP deployment script has suddenly started failing. This script has worked for at least two years, and today it intermittently fails to execute correctly. (API version in the ...
Damo's user avatar
  • 2,112
1 vote
0 answers
32 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
70 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
68 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
55 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
140 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
82 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
126 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
127 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
156 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
137 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
0 votes
1 answer
263 views

I have a script executed as bicep DeploymentScript in Azure DevOps. It executes Azure SQL Server commands and has worked up until the breaking changes made by Microsoft 5th June this year. TLDR: The ...
Aiden Dipple's user avatar
0 votes
1 answer
184 views

I'm trying to bind a certificate from Azure Traffic Manager to my Azure Web App using the Azure CLI. The first two commands work fine, but the third one fails saying the certificate with the ...
Hiten Samalia's user avatar
0 votes
1 answer
147 views

I have a module conModule that returns some output, e.g. output someOut string = 'test1' In another file allCon.bicep, I am iteration over the conModule: param bList array = ['t1', 'ALG-t2', 'ALG-t3']...
ibda's user avatar
  • 520
0 votes
1 answer
118 views

I have a Azure Container registry with few docker images. I want to manage it through DevOps via acr task. I have created an ACR task with following bicep resource cr_purge_image_task 'Microsoft....
prvn's user avatar
  • 448
1 vote
1 answer
95 views

I have a LA deployment that require adding a SB queue. However the the SB is located in another resource group than the LA. So, when I call the existing the SB I use the following code: resource ...
ibda's user avatar
  • 520
0 votes
2 answers
137 views

I have a Spark Pool template working, and I would like to select/reference an existing Spark Configuration that was created in a given Synapse Workspace as below: Select in here: But if I run the ...
Guilherme Matheus's user avatar
0 votes
1 answer
87 views

How to add Diagnostic Settings into a given Spark Pool, which means is a provider from another provider and we have more than one Spark Pool. What I tried: resource ...
Guilherme Matheus's user avatar
0 votes
1 answer
97 views

I'm deploying Subscription-level cost analysis components into an Azure Dashboard and need assistance on a "deserialization" error. Each Subscription requires two cost perspectives displayed ...
ChrisP's user avatar
  • 1
0 votes
1 answer
114 views

I am trying to create scheduled query rules with the bicep below resource alert 'Microsoft.Insights/scheduledQueryRules@2023-12-01' = { name: alertRuleName location: location properties: { ...
atamata's user avatar
  • 1,167
0 votes
1 answer
208 views

I am trying to deploy an App Gateway via Bicep template. I am using the same Bicep file for both Prod and Dev environments but the catch is that the Dev App Gateway will have some Training environment ...
ryza87's user avatar
  • 3
2 votes
2 answers
113 views

We are trying to automate the deployment of Azure Function app with Azure API Management so that when there is a schema change, we don't have to manually update the APIM with the functionApp schema ...
Bheema's user avatar
  • 25
0 votes
1 answer
224 views

My goal is to add Synapse Workspace Packages into a given Synapse Workspace, so that later I can use to attach into a given Spark Pool, from what I found out, is not able to do that using Bicep ...
Guilherme Matheus's user avatar
-1 votes
1 answer
80 views

I have 3 VMs - eusvmdev01-3 Each VM has 6 attached data disks The code below creates 6 disks for the first VM. Is there an easier way to create the rest with a loop? param location string resource ...
sinyce's user avatar
  • 23
0 votes
2 answers
128 views

I'm running a YAML pipeline in Azure DevOps on a Windows agent (windows-latest). I'm trying to run a what-if deployment using the Azure CLI with the following step: task: AzureCLI@2 displayName: '...
Poornima's user avatar
0 votes
1 answer
174 views

I'm deploying a Key Vault via bicep file with some standard rules, then after the initial configuration of some other resources I want to harden that Key Vault with advanced properties. For instance, ...
Daniel M.'s user avatar
  • 305
0 votes
2 answers
277 views

I have some bicep code with a bicepparams file. Visual Studio Code seems to behave differently then when running the bicep code via az. I crafted a troubleshooting POC I can use to trigger the error: ...
Hannes's user avatar
  • 1,057
1 vote
2 answers
117 views

I am using bicep with Azure DevOps to deploy to Azure Web Apps. I'm struggling to get the connectionString format right and I am being met with the following error from the pipeline log: The parameter ...
Sha's user avatar
  • 2,519
0 votes
0 answers
106 views

I have a logic app that uses the Azure DevOps 'Create a Work Item' action. This connects to ADO as me, but I need it to connect using a service principal. I'd like to do this in a bicep, but I could ...
Don Chambers's user avatar
  • 4,375
2 votes
5 answers
1k views

When running the following commands in a Shell script called by the AzureCLI@2 task of an Azure DevOps pipeline: az bicep install az deployment mg what-if --name ${NAME:0:63} --location $LOCATION --...
Gerard Yin's user avatar
  • 1,337
0 votes
1 answer
242 views

Following the Use existing storage account it says: The allowSharedKeyAccess property of the storage account must be set to true. The only way to mount a storage account in Azure Container Instance(...
Guilherme Matheus's user avatar
1 vote
1 answer
714 views

Today I started getting this error on GitHub Actions: No such file or directory: '/home/runner/.azure/bin/bicep' Nothing has changed in my YAML file and I even added az bicep install just to be sure, ...
Lee's user avatar
  • 1,475
1 vote
2 answers
123 views

I am trying to configure an Azure Action Group to call a workflow in a standard Logic App using Bicep. When I configure the Action Group in the portal, it appears like ie the value contains {logic ...
DaveM_77's user avatar
1 vote
1 answer
113 views

I have a bicep file that creates a linked service from a data factory to a storage account. It's pretty basic: module Storage 'linked_services/linked_services.bicep' = { name: 'AzureFileStorage' ...
user2328273's user avatar
  • 1,010
0 votes
1 answer
106 views

lets take this sample bicep: param apiStorageAccountName string param uiStorageAccountName string param tags object = {} module apiStorage './storage.bicep' = { name: 'deploy-api-storage' params: ...
DaveVentura's user avatar
0 votes
1 answer
202 views

I have this template below where I am creating role assignments through a PowerShell script which I have some Write-Host in it. How can I see the output or stdout/stderr? Template: @description('Add ...
Guilherme Matheus's user avatar
0 votes
1 answer
77 views

Given these two variables: var businessUnits = ['bu1', 'bu2'] var environments = ['dev', 'prd'] I want to create new array with these values: ['bu1-dev', 'bu1-prd', 'bu2-dev', 'bu2-prd'] How to ...
joostmnl's user avatar
1 vote
1 answer
138 views

I'm deploying some RBAC roles for Service Principals and Users to access secrets from a Key Vault, at resource scope. When choosing the name, I build the GUID for the resource name using a combination ...
Daniel M.'s user avatar
  • 305
-1 votes
1 answer
584 views

I try to deploy an azure function with its code using bicep template. The problem is that i got 404 error when try to deploy. after some investigation, it is look like that, as part of the bicep ...
y. bs's user avatar
  • 538
1 vote
1 answer
440 views

How to set Additional Checks in Azure App Service Authentication in Bicep script? Here are the checks for your ready reference, Client application requirement Allow requests only from this application ...
Ajit S's user avatar
  • 41
0 votes
1 answer
126 views

We use Bicep to manage our DNS records. I have recently set up an Azure Front Door profile with custom domains, which is working fine. One of the custom domains is an apex domain, so the Azure portal ...
jamesfm's user avatar
  • 921
0 votes
0 answers
107 views

I'm deploying a stack using Bicep and GitHub Actions. The deployment process involves using the azure/bicep-deploy@v2 GitHub Action with whatif first and then the actual deployment. However, after the ...
Hiten Samalia's user avatar
0 votes
0 answers
93 views

We are working on using deployment scripts on a private network and need to use a custom container image. The image is stored in a private registry, and we would like to pull additional modules or ...
working_pod's user avatar
0 votes
1 answer
74 views

I have declared a Function App ('Microsoft.Web/sites@2023-01-01') and a staging slot for it ('Microsoft.Web/sites/slots@2023-01-01') and when I modify the definition of one of them I always forget to ...
Mariusz Ignatowicz's user avatar

1
2 3 4 5
22