python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Get resource from symbolic name array in Bicep
In Bicep I am creating an array of origin groups with a for loop. I want to be able to reference specific values in this array as a parent for another resource.
I'm creating the array like this:
var o...
Amateur
Votes: 0
Answers: 2
Add RBAC role on a Azure blob storage container with Bicep
I'm deploying an azure datalake gen 2 storage account with bicep.
I want to assign roles (groups) on a containers with bicep (see code below). But I keep getting an error. Can someone help me ?
targe...
Ederick Ruiz
Votes: 0
Answers: 1
I've generated resources using Azure Bicep in ADO pipelines. Need to make a new pipeline that will populate the resources with code. Not sure how
I've got a bicep file that has made the following resources: Function app, storage account, app insights, key vault and app service plan, via a build pipeline in Azure Dev Ops Pipelines. I need to pop...
A.Bux
Votes: 0
Answers: 1
Create and Delete Resource Group in Azure using Bicep
Scenario :
I create a main.bicep file containing one resource group :
I scope the command to the subscription and create the resource group.
New-AzSubscriptionDeployment -TemplateFile .\main.bicep
I ...
Verius
Votes: 0
Answers: 1