From 9f2472d680c15fbd467228d5d5d805f74343f7d2 Mon Sep 17 00:00:00 2001 From: vienleidl <97711647+vienleidl@users.noreply.github.com> Date: Wed, 28 Jun 2023 16:55:02 +0700 Subject: [PATCH 1/2] Change to use Microsoft.App instead of Microsoft.Web namespace is no longer supported Creation or update of environments with type managed in Microsoft.Web namespace is no longer supported. Please use Microsoft.App namespace instead. More information available via aka.ms/microsoftappmigration. --- with-fqdn/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/with-fqdn/README.md b/with-fqdn/README.md index 4b1b581..fff00c7 100644 --- a/with-fqdn/README.md +++ b/with-fqdn/README.md @@ -16,7 +16,7 @@ res.send(`${JSON.stringify(data.data)}`); az login az extension add \ --source https://workerappscliextension.blob.core.windows.net/azure-cli-extension/containerapp-0.2.0-py2.py3-none-any.whl -az provider register --namespace Microsoft.Web +az provider register --namespace Microsoft.App # Create a resource group az group create \ From d224cf57d41919146fbbda9cb9f2fbfb1d0236e0 Mon Sep 17 00:00:00 2001 From: vienleidl <97711647+vienleidl@users.noreply.github.com> Date: Wed, 28 Jun 2023 17:11:50 +0700 Subject: [PATCH 2/2] Install the latest Microsoft.App version --- with-fqdn/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/with-fqdn/README.md b/with-fqdn/README.md index fff00c7..23da0a5 100644 --- a/with-fqdn/README.md +++ b/with-fqdn/README.md @@ -16,6 +16,7 @@ res.send(`${JSON.stringify(data.data)}`); az login az extension add \ --source https://workerappscliextension.blob.core.windows.net/azure-cli-extension/containerapp-0.2.0-py2.py3-none-any.whl +az extension add -n containerapp az provider register --namespace Microsoft.App # Create a resource group