We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f18cd6 commit 2e40225Copy full SHA for 2e40225
src/azure-cli/azure/cli/command_modules/appservice/_constants.py
@@ -95,5 +95,5 @@ def __init__(self):
95
'powershell': 'FunctionApp/windows-powershell-functionapp-on-azure.yml',
96
}
97
98
-DEFAULT_CENTAURI_IMAGE = 'azurefunctionstest.azurecr.io/azure-functions/dotnet7-quickstart-demo:1.0'
+DEFAULT_CENTAURI_IMAGE = 'mcr.microsoft.com/azure-functions/dotnet7-quickstart-demo:1.0'
99
ACR_IMAGE_SUFFIX = ".azurecr.io"
0 commit comments