-
### Describe the bug
I have a number of templates which load configuration from a json file.
Template Analyzer produces this error for templates which use this pattern
(However, given the ambiguity…
-
## Description of issue
We deploy our Function Apps with Bicep templates. Our Function Apps are custom handlers (Go binary).
Whenever we deploy the Bicep template, this error occurs. I have test…
-
I am trying to deploy a serverless CosmosDb with a container without partition key. I deploy through az CLI using a bicep file.
First time I create the container with API 2021-03-15, it goes fine.
…
-
## ⚠️ Problem
Resources are being left behind as we move from one version to the next when using Azure deployment templates.
## 🛠️ Solution
Switch to deployment stacks, which can clean up removed r…
-
In order to round out the kubernetes experience with bicep, it seems clear that we will need a helm provider.
**DISCLAIMER:** I don't use helm or kubernetes day-to-day, so there are probably some s…
-
**Is your feature request related to a problem? Please describe.**
When deploying conditional modules that depend on the outputs of other conditional modules I get deployment not found errors
```
…
-
Bicep Code
```bicep
resource hPool 'Microsoft.DesktopVirtualization/hostPools@2021-07-12' existing = {
name: hostPoolName
}
output token string = hPool.properties.registrationInfo.token
``…
-
We have a notification hub namespace that includes one notification hub.
During the replacement of the Google fcm message support we wanted to set the new FCM v1 settings through our bicep script.
B…
-
### Check for previous/existing GitHub issues
- [X] I have checked for previous/existing GitHub issues
### Issue Type?
I'm not sure
### Module Name
avm/ptn/authorization/role-assignment
### (Opt…
-
The PUT schema references "KeyInfo" directly as the PUT body:
https://github.com/Azure/azure-rest-api-specs/blob/cde7f150e8d3bf3af2418cc347cae0fb2baed6a7/specification/web/resource-manager/Microsoft.…