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** Bicep CLI version **0.2.14** (0a0f97464b) **Describe the bug** When setting `targetScope = 'subscription'` I am unable to access the location of a resource group. > The type "resourceGroup"...

intermediate language

I want to be able to add telemetry to track usage of every time "provider microsoftGraph" is used in a Bicep file in VSCode. This will be through a WorkloadTag...

Introduce local variables and allow referencing them as default values for parameters. It would be great to be able to read default values from json file as shown in example...

enhancement

**Is your feature request related to a problem? Please describe.** We want to construct a service bus fqdn. Currently there is no service bus suffix available in the `environment()` function....

enhancement
revisit

Suggested by @pmalarme in https://github.com/Azure/bicep/discussions/14183 Originally posted by **pmalarme** May 28, 2024 User-defined function is an amazing feature of Bicep. It makes it easy to implement naming convention across all...

enhancement