Skip to content

Commit 7e5bd25

Browse files
docs: Include note for azd version 1.23.9 deployment (#2124)
1 parent c71e790 commit 7e5bd25

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/broken-links-checker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
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:
@@ -51,7 +51,7 @@ jobs:
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:

docs/LOCAL_DEPLOYMENT.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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
255260
azd up
256261
```

0 commit comments

Comments
 (0)