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

View Type Definition - is not showing up in VS hover. We need to investigate ![image](https://user-images.githubusercontent.com/30270536/181605917-af4a9e77-14b6-453b-aedb-236732c23f40.png)

enhancement
devdiv
VisualStudio

# Current Situation I noticed that the Bicep menu and deployment workflow are technically oriented rather than user focussed. From my observation, the menu's wording leads to misunderstanding, and the...

enhancement
devdiv

The changes are noted here: https://github.com/Azure/bicep/issues/7723#issuecomment-1205789991 Not sure if this goes to @mumian or @johndowns

Needs: Triage :mag:

**Bicep version** Bicep CLI version 0.8.9 (33a85174de) **Describe the bug** Similar to the one exlained in #5974 on the last few comment where modules scoped to different scope dependency creates...

awaiting response

TTK sources: https://github.com/Azure/arm-ttk/blob/master/arm-ttk/testcases/deploymentTemplate/IDs-Should-Be-Derived-From-ResourceIDs.test.ps1 **Documentation notes:** Bicep rule ID: use-resource-id-functions Description approx: Ensures that all properties representing a resource ID use the ID of a symbolic resource name or an appropriate...

devdiv
arm-ttk-parity
P3

Trying to write a generic module where you can pass in an array of strings to format another string based on environment being deployed to, but keep getting input string...

enhancement
intermediate language
Needs: Triage :mag:

I face a strange issue with redeployment of an Azure SQL virtual machine with SQL server standard edition. I use Bicep for the deployment. First deployment and even a few...

Needs: Triage :mag:

**Bicep version** Bicep CLI version 0.9.1 (a2950a16df) **Describe the bug** Certain properties in API Microsoft.Batch/batchAccounts/pools@2022-06-01 do not accept empty array or empty string as value when you do re-deployment. Such...

Needs: Triage :mag:

Implementation for the syntax discussed e.g. ```bicep targetScope = [ 'tenant' 'subscription' ] ```

enhancement

**Bicep version** Bicep CLI v0.9.1 **Describe the bug** When creating an EventHub Namespace with `isAutoInflateEnabled: true` the `maximumThroughputUnits` needs to be 1 - 40, however the documentation states it should...

Needs: Triage :mag: