Skip to content

Commit 70e369c

Browse files
Merge pull request #8708 from MicrosoftDocs/main
Auto Publish – main to live - 2026-03-13 17:00 UTC
2 parents 064e31e + 3ede27e commit 70e369c

20 files changed

Lines changed: 633 additions & 109 deletions

File tree

articles/azure-developer-cli/includes/azd-install-local.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ A package manager assists developers and administrators with installing, updatin
7474
### [Brew](#tab/brew)
7575

7676
```bash
77-
brew tap azure/azd && brew install azd
77+
brew install azure/azd/azd
7878
```
7979

8080
### [Winget](#tab/winget)

articles/azure-developer-cli/install-azd.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,17 +135,15 @@ The Arm64 version of `azd` is available to download directly on the [GitHub rele
135135
### Install `azd`
136136

137137
```bash
138-
brew tap azure/azd && brew install azd
138+
brew install azure/azd/azd
139139
```
140140

141-
The `brew tap azure/azd` command only needs to be run once to configure the tap in `brew`.
142-
143141
If you're using `brew` to upgrade `azd` from a version not installed using `brew`, remove the existing version of `azd` using the uninstall script (if installed to the default location) or by deleting the `azd` binary manually. This will automatically install the correct version.
144142

145143
### Update `azd`
146144

147145
```bash
148-
brew upgrade azd
146+
brew upgrade azure/azd/azd
149147
```
150148

151149
### Uninstall `azd`

articles/azure-developer-cli/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ winget install microsoft.azd
3939
### [MacOS](#tab/mac)
4040

4141
```bash
42-
brew tap azure/azd && brew install azd
42+
brew install azure/azd/azd
4343
```
4444

4545
### [Linux](#tab/linux)

0 commit comments

Comments
 (0)