Skip to content

Commit 2e40225

Browse files
authored
[App Service] az functionapp create: Update the default image to mcr.microsoft.com for Centauri (#26351)
1 parent 0f18cd6 commit 2e40225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/azure-cli/azure/cli/command_modules/appservice/_constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,5 +95,5 @@ def __init__(self):
9595
'powershell': 'FunctionApp/windows-powershell-functionapp-on-azure.yml',
9696
}
9797

98-
DEFAULT_CENTAURI_IMAGE = 'azurefunctionstest.azurecr.io/azure-functions/dotnet7-quickstart-demo:1.0'
98+
DEFAULT_CENTAURI_IMAGE = 'mcr.microsoft.com/azure-functions/dotnet7-quickstart-demo:1.0'
9999
ACR_IMAGE_SUFFIX = ".azurecr.io"

0 commit comments

Comments
 (0)