We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
container-app-upsert
1 parent d57cf1a commit f6a6669Copy full SHA for f6a6669
articles/azure-developer-cli/container-apps-workflows.md
@@ -41,7 +41,7 @@ Use the `container-app-upsert` strategy when:
41
Here's how to use the `container-app-upsert` strategy in your Bicep files:
42
43
```bicep
44
-module api 'br/public:avm/ptn/`azd`/container-app-upsert:0.1.1' = {
+module api 'br/public:avm/ptn/azd/container-app-upsert:0.1.2' = {
45
name: 'api'
46
params: {
47
name: 'my-api'
0 commit comments