Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion with-fqdn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ 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 extension add -n containerapp
az provider register --namespace Microsoft.App

# Create a resource group
az group create \
Expand Down