Skip to content

Commit 764365d

Browse files
committed
Fix tab order
1 parent 21e092f commit 764365d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-functions/functions-deploy-container-apps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ In addition to the required site settings, the [`az resource patch`](/cli/azure/
162162

163163
In this example, replace `<APP_NAME>`, `<REGISTRY_NAME>`, and `<USER_IDENTITY_NAME>` with the names of your function app, container registry, and identity, respectively.
164164

165-
### [Docker Hub](#tab/docker/system-assigned)
165+
### [Docker Hub](#tab/docker/user-assigned)
166166

167167
First use the [`az functionapp create`](/cli/azure/functionapp#az-functionapp-create) command to create a function app using the image from your container repository.
168168

@@ -174,7 +174,7 @@ In the [`az functionapp create`](/cli/azure/functionapp#az-functionapp-create) c
174174

175175
If you're using a private registry, you need to include the fully qualified domain name of your registry instead of just the Docker ID for `<DOCKER_ID>`, along with the `--registry-username` and `--registry-password` credential required to access the registry.
176176

177-
### [Docker Hub](#tab/docker/user-assigned)
177+
### [Docker Hub](#tab/docker/system-assigned)
178178

179179
First use the [`az functionapp create`](/cli/azure/functionapp#az-functionapp-create) command to create a function app using the image from your container repository.
180180

0 commit comments

Comments
 (0)