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.
1 parent e1b259f commit c702039Copy full SHA for c702039
.github/workflows/azure-dev-down.yml
@@ -77,6 +77,6 @@ jobs:
77
azd env set RS_RESOURCE_GROUP "$RS_RESOURCE_GROUP"
78
azd env set RESOURCE_SHARE_USER "$RESOURCE_SHARE_USER"
79
80
- azd env refresh
+ azd package
81
azd provision --preview # https://github.com/Azure/azure-dev/issues/4317
82
azd down --no-prompt --force --purge
azure.yaml
@@ -5,7 +5,7 @@ metadata:
5
infra:
6
provider: terraform
7
hooks:
8
- prerestore:
+ prepackage:
9
- shell: pwsh
10
continueOnError: false
11
interactive: false
0 commit comments