Skip to content

Commit de7e804

Browse files
committed
updates
1 parent fa45ab3 commit de7e804

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

articles/app-service/tutorial-custom-container.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ ENTRYPOINT ["init.sh"]
314314
## Build and test the image locally
315315

316316
> [!NOTE]
317-
> Docker Hub has [quotas on the number of anonymous pulls per IP and the number of authenticated pulls per free user. (See **Data transfer**.)](https://www.docker.com/pricing) If you notice your pulls from Docker Hub are being limited, try `docker login` if you're not already logged in.
317+
> Docker Hub has [quotas on the number of anonymous pulls per IP and the number of authenticated pulls per free user.](https://www.docker.com/pricing) If you notice your pulls from Docker Hub are being limited, try `docker login` if you're not already logged in.
318318
>
319319
320320
1. Run the following command to build the image:
@@ -708,8 +708,6 @@ In this step, you configure the web app as follows:
708708
709709
Replace `<app-name>` with the name you used in the previous step.
710710
711-
For more information on this environment variable, see the [readme in the sample's GitHub repository](https://github.com/Azure-Samples/docker-django-webapp-linux).
712-
713711
1. Enable the user-assigned managed identity in the web app with the [`az webapp identity assign`](/cli/azure/webapp/identity#az-webapp-identity-assign) command:
714712
715713
```azurecli-interactive

0 commit comments

Comments
 (0)