Skip to content

Commit f6a6669

Browse files
authored
Fix container-app-upsert AVM reference
1 parent d57cf1a commit f6a6669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-developer-cli/container-apps-workflows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Use the `container-app-upsert` strategy when:
4141
Here's how to use the `container-app-upsert` strategy in your Bicep files:
4242

4343
```bicep
44-
module api 'br/public:avm/ptn/`azd`/container-app-upsert:0.1.1' = {
44+
module api 'br/public:avm/ptn/azd/container-app-upsert:0.1.2' = {
4545
name: 'api'
4646
params: {
4747
name: 'my-api'

0 commit comments

Comments
 (0)