diff --git a/cli/azd/.vscode/cspell.yaml b/cli/azd/.vscode/cspell.yaml
index 1b67267a188..97044171071 100644
--- a/cli/azd/.vscode/cspell.yaml
+++ b/cli/azd/.vscode/cspell.yaml
@@ -1,18 +1,21 @@
import: ../../../.vscode/cspell.global.yaml
words:
+ - azcloud
+ - azurefd
- backoff
- Canonicalize
+ - chinacloudapi
- Codespace
- Codespaces
- devcontainers
+ # CDN host name
+ - gfgac2cmf7b8cuay
- goversioninfo
- nosec
- Retryable
- runcontext
- - azcloud
- - usgovcloudapi
- - chinacloudapi
- unmarshals
+ - usgovcloudapi
languageSettings:
- languageId: go
ignoreRegExpList:
diff --git a/cli/azd/test/recording/recording.go b/cli/azd/test/recording/recording.go
index 5c226000567..0a17adbb5bd 100644
--- a/cli/azd/test/recording/recording.go
+++ b/cli/azd/test/recording/recording.go
@@ -306,6 +306,7 @@ func Start(t *testing.T, opts ...Options) *Session {
strings.Contains(req.URL.Path, "/azure-dev")) ||
strings.Contains(req.URL.Host, "azure-dev.azureedge.net") ||
strings.Contains(req.URL.Host, "azdrelease.azureedge.net") ||
+ strings.Contains(req.URL.Host, "azd-release-gfgac2cmf7b8cuay.b02.azurefd.net") ||
strings.Contains(req.URL.Host, "default.exp-tas.com") ||
(strings.Contains(req.URL.Host, "dev.azure.com") &&
strings.Contains(req.URL.Path, "/oidctoken"))
diff --git a/cli/installer/choco/azd.nuspec b/cli/installer/choco/azd.nuspec
index 2b33171214f..afff13faba7 100644
--- a/cli/installer/choco/azd.nuspec
+++ b/cli/installer/choco/azd.nuspec
@@ -14,7 +14,7 @@
A developer CLI that accelerates the time it takes for you to get started on Azure. The Azure Developer CLI (azd) provides a set of developer-friendly commands that map to key stages in your workflow - code, build, deploy, monitor, repeat.
© Microsoft Corporation. All rights reserved.
https://learn.microsoft.com/en-us/azure/developer/azure-developer-cli/get-started
- https://azdrelease.azureedge.net/azd/assets/azure-dev.svg
+ https://azd-release-gfgac2cmf7b8cuay.b02.azurefd.net/azd/assets/azure-dev.svg
https://github.com/Azure/azure-dev/issues
https://github.com/Azure/azure-dev/blob/main/LICENSE
https://github.com/Azure/azure-dev/
diff --git a/cli/installer/install-azd.ps1 b/cli/installer/install-azd.ps1
index 9acaddf70d9..66ad9268eee 100644
--- a/cli/installer/install-azd.ps1
+++ b/cli/installer/install-azd.ps1
@@ -9,7 +9,7 @@ download and install locations.
.PARAMETER BaseUrl
Specifies the base URL to use when downloading. Default is
-https://azdrelease.azureedge.net/azd/standalone
+https://azd-release-gfgac2cmf7b8cuay.b02.azurefd.net/azd/standalone/release
.PARAMETER Version
Specifies the version to use. Default is `latest`. Valid values include a
@@ -59,7 +59,7 @@ Download the installer and install the "daily" build
#>
param(
- [string] $BaseUrl = "https://azdrelease.azureedge.net/azd/standalone/release",
+ [string] $BaseUrl = "https://azd-release-gfgac2cmf7b8cuay.b02.azurefd.net/azd/standalone/release",
[string] $Version = "stable",
[switch] $DryRun,
[string] $InstallFolder,
diff --git a/cli/installer/install-azd.sh b/cli/installer/install-azd.sh
index 1ed06a85b0c..d4cc533bfb4 100755
--- a/cli/installer/install-azd.sh
+++ b/cli/installer/install-azd.sh
@@ -138,7 +138,7 @@ extract() {
fi
}
-DEFAULT_BASE_URL="https://azdrelease.azureedge.net/azd/standalone/release"
+DEFAULT_BASE_URL="https://azd-release-gfgac2cmf7b8cuay.b02.azurefd.net/azd/standalone/release"
base_url="$DEFAULT_BASE_URL"
platform="$(get_platform)"
diff --git a/cli/installer/test-installer-containers.ps1 b/cli/installer/test-installer-containers.ps1
index 7b6021d038a..aee9a65f48e 100644
--- a/cli/installer/test-installer-containers.ps1
+++ b/cli/installer/test-installer-containers.ps1
@@ -1,5 +1,5 @@
param(
- [string] $BaseUrl='https://azdrelease.azureedge.net/azd/standalone/release',
+ [string] $BaseUrl='https://azd-release-gfgac2cmf7b8cuay.b02.azurefd.net/azd/standalone/release',
[string] $Version = 'latest',
[string] $ContainerPrefix = '',
[string] $AdditionalBuildArgs = '--no-cache',
diff --git a/cli/installer/test-pwsh-xplat-install.ps1 b/cli/installer/test-pwsh-xplat-install.ps1
index 2bce79ac564..0dfcdae0b2c 100644
--- a/cli/installer/test-pwsh-xplat-install.ps1
+++ b/cli/installer/test-pwsh-xplat-install.ps1
@@ -1,5 +1,5 @@
param(
- [string] $BaseUrl = 'https://azdrelease.azureedge.net/azd/standalone/release',
+ [string] $BaseUrl = 'https://azd-release-gfgac2cmf7b8cuay.b02.azurefd.net/azd/standalone/release',
[string] $Version = 'latest',
[string] $InstallShScriptUrl = 'https://aka.ms/install-azd.sh',
[string] $UninstallShScriptUrl = 'https://aka.ms/uninstall-azd.sh'
diff --git a/cli/installer/test-win-install.ps1 b/cli/installer/test-win-install.ps1
index 94619738d8e..8f11574fbcc 100644
--- a/cli/installer/test-win-install.ps1
+++ b/cli/installer/test-win-install.ps1
@@ -1,5 +1,5 @@
param(
- [string] $BaseUrl = 'https://azdrelease.azureedge.net/azd/standalone/release',
+ [string] $BaseUrl = 'https://azd-release-gfgac2cmf7b8cuay.b02.azurefd.net/azd/standalone/release',
[string] $Version = 'latest',
[string] $InstallFolder = "$($env:USERPROFILE)\azd-install-test"
)
diff --git a/ext/azuredevops/setupAzd/index.ts b/ext/azuredevops/setupAzd/index.ts
index 49b4d75c55f..180d65567a8 100644
--- a/ext/azuredevops/setupAzd/index.ts
+++ b/ext/azuredevops/setupAzd/index.ts
@@ -50,7 +50,7 @@ export async function runMain(): Promise {
exeMap
)
- const url = `https://azdrelease.azureedge.net/azd/standalone/release/${version}/${installArray[0]}`
+ const url = `https://azd-release-gfgac2cmf7b8cuay.b02.azurefd.net/azd/standalone/release/${version}/${installArray[0]}`
console.log(`The Azure Developer CLI collects usage data and sends that usage data to Microsoft in order to help us improve your experience.
You can opt-out of telemetry by setting the AZURE_DEV_COLLECT_TELEMETRY environment variable to 'no' in the shell you use.
diff --git a/ext/azuredevops/setupAzd/task.json b/ext/azuredevops/setupAzd/task.json
index e798565ba25..6704ccf22b0 100644
--- a/ext/azuredevops/setupAzd/task.json
+++ b/ext/azuredevops/setupAzd/task.json
@@ -9,7 +9,7 @@
"author": "AzureDeveloperCLI",
"version": {
"Major": 0,
- "Minor": 14,
+ "Minor": 15,
"Patch": 0
},
"instanceNameFormat": "Installs azd: $(rootFolder)",
diff --git a/ext/azuredevops/vss-extension.json b/ext/azuredevops/vss-extension.json
index 2bf67fc7335..4b175d09380 100644
--- a/ext/azuredevops/vss-extension.json
+++ b/ext/azuredevops/vss-extension.json
@@ -2,7 +2,7 @@
"manifestVersion": 1,
"id": "azd",
"name": "Install azd",
- "version": "0.14.0",
+ "version": "0.15.0",
"publisher": "ms-azuretools",
"targets": [
{