bicep icon indicating copy to clipboard operation
bicep copied to clipboard

Bicep is a declarative language for describing and deploying Azure resources

Results 485 bicep issues
Sort by recently updated
recently updated
newest added

**Bicep version** ``` ➜ az bicep version Bicep CLI version 0.9.1 (a2950a16df) ``` **Describe the bug** After deploying an email communication service, every subsequent deployment fails with `{"status":"Failed","error":{"code":"DeploymentFailed","message":"At least one...

Needs: Triage :mag:

## Contributing a snippet * [x] I have a snippet that is either a single, generic resource or multi resource that uses [parent-child syntax](https://docs.microsoft.com/azure/azure-resource-manager/bicep/child-resource-name-type) * [x] I have checked that...

I am deploying a KeyVault, with public access denied and want to easily add my Public IP Address to the Keyvault Allow List. In order to do this I add...

enhancement
Needs: Triage :mag:

This error happens always, not matter which syntax variant I use. This is the most simple way to reproduce. According to the documentation and the samples this should work. ```...

Needs: Triage :mag:

**Bicep version** Bicep CLI version 0.2.265 (184313e702) **Describe the bug** A clear and concise description of what the bug is vs what you expected to happen Wish to use [appSettings](https://docs.microsoft.com/en-us/azure/templates/microsoft.web/2021-02-01/staticsites/builds/config-appsettings?pivots=deployment-language-bicep)...

awaiting response

Related to #7301 Order of priority - [ ] 1. Param file open (top of funnel) - [ ] 2. Param file save event - [ ] 3. Add the...

enhancement
story: parameters-file
story: bicep parameters

**Is your feature request related to a problem? Please describe.** For our engineers working with our customers, it's sometimes unclear what the source code is in an ACR-hosted template. This...

enhancement
needs upvote

**Bicep version** run `bicep --version` via the Bicep CLI, `az bicep version` via the AZ CLI or via VS code by navigating to the extensions tab and searching for Bicep...

investigate

There are several improvements to error messages in this new version, including: * https://msazure.visualstudio.com/One/_workitems/edit/14730833 * https://msazure.visualstudio.com/One/_workitems/edit/12414996 This new version is part of the w32 build.

enhancement
Needs: Triage :mag:

_Created out of discussion from #7840_ Take a case like `keyVault`: ```bicep resource kv 'Microsoft.KeyVault/vaults@2021-11-01-preview' = { ... properties: { ... accessPolicies: [] // required if "enableRbacAuthorization" property is not...

enhancement