File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 uses : lycheeverse/lychee-action@v2.7.0
3939 with :
4040 args : >
41- --verbose --exclude-mail -- no-progress --exclude ^https?://
41+ --verbose --no-progress --exclude ^https?://
4242 ${{ steps.changed-markdown-files.outputs.all_changed_files }}
4343 failIfEmpty : false
4444 env :
5151 uses : lycheeverse/lychee-action@v2.7.0
5252 with :
5353 args : >
54- --verbose --exclude-mail -- no-progress --exclude ^https?://
54+ --verbose --no-progress --exclude ^https?://
5555 '**/*.md'
5656 failIfEmpty : false
5757 env :
Original file line number Diff line number Diff line change @@ -251,6 +251,11 @@ azd auth login --tenant-id <tenant-id>
251251
252252### 4.2 Start Deployment
253253
254+ **NOTE:** If you are running the latest azd version (version 1.23.9), please run the following command.
255+ ```bash
256+ azd config set provision.preflight off
257+ ```
258+
254259```shell
255260azd up
256261```
You can’t perform that action at this time.
0 commit comments