File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -86,13 +86,14 @@ jobs:
8686 azd env set AZURE_RESOURCE_GROUP "$RESOURCE_GROUP"
8787 azd env set principalType ServicePrincipal
8888 azd env set principalId $principalId
89- azd env set fabricWorkspaceMode skip
89+ azd env set fabricWorkspaceMode none
9090 - name : Provision Infrastructure
9191 id : provision-main
9292 continue-on-error : true
9393 run : azd provision --no-prompt
9494 env :
9595 AZD_INITIAL_ENVIRONMENT_CONFIG : ${{ secrets.AZD_INITIAL_ENVIRONMENT_CONFIG }}
96+ fabricWorkspaceMode : ' none'
9697 timeout-minutes : 60
9798 - name : Re-authenticate and Retry if Failed
9899 if : steps.provision-main.outcome == 'failure'
@@ -129,4 +130,6 @@ jobs:
129130
130131 # Retry provision (will skip completed resources)
131132 azd provision --no-prompt
133+ env :
134+ fabricWorkspaceMode : ' none'
132135 timeout-minutes : 60
You can’t perform that action at this time.
0 commit comments