Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update images for Azure Container Apps #6091

Merged
merged 3 commits into from
Mar 1, 2023
Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions docs/containers/app-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ Order: 8
Area: containers
TOCTitle: Deploy to Azure
ContentId: 044913F5-F99D-4228-A916-0443260AB7FB
PageTitle: Deploy a containerized app to Azure App Service or Azure Container Apps
PageTitle: Deploy a containerized app to Azure
DateApproved: 01/17/2023
MetaDescription: Using Visual Studio Code, build a container image for your application, push the image to a container registry, and deploy to Azure App Service or Azure Container Apps.
---
# Deploy to Azure App Service or Azure Container Apps
# Deploy a containerized app to Azure

In this guide you will learn how to:

Expand Down Expand Up @@ -64,7 +64,7 @@ Before deploying the image to an App Service or a Container App, the image must

![Refresh registry](images/app-service/explorer-refresh-registry.png)

## Deploy the image to Azure App Service or Azure Container Apps
## Deploy the image to Azure

In the previous section, the image is pushed to a remote container registry. Now deploy this image to Azure App Service or Azure Container Apps.

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/containers/images/app-service/explorer-push-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/containers/images/app-service/explorer-registries.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/containers/images/app-service/explorer-tag-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/containers/quickstart-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ Once the container image is built, it should appear in the Container Registry wi

1. Right-click on the image tag and choose **Deploy Image to Azure App Service** or **Deploy Image to Azure Container Apps**.

![Deploy image to Azure App Service](images/app-service/deploy-image-to-azure-app-service.png)
![Deploy image to Azure App Service](images/quickstarts/deploy-image-to-azure-python.png)

1. Provide the name of the web site. This must be a unique name, and for Django apps, it must also be listed as a valid host name in the `ALLOWED_HOSTS` list in the `settings.py` file.

Expand Down