Skip to content

Fix typo #10725

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

Merged
merged 1 commit into from
Apr 22, 2025
Merged

Fix typo #10725

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
10 changes: 5 additions & 5 deletions docs/azure/azure-deployment-using-github-actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,11 @@ These steps are appropriate if you have more than one project that uses Docker c

If you choose to create a new one, you see this screen. Provide the resource group, SKU, and choose the same region, if possible, as before. For information about the SKUs for Azure Container Registry, see [Azure Container Registry service tiers](/azure/container-registry/container-registry-skus).

![Screenshot showing a new Azure container registry that was just created.](./media/azure-deployment-using-github-actions/github-actions-create-azure-container-registry.png)
![Screenshot showing a new Azure Container Registry that was just created.](./media/azure-deployment-using-github-actions/github-actions-create-azure-container-registry.png)

Once created, the new registry shows on the screen.

![Screenshot showing creating a new Azure container registry.](./media/azure-deployment-using-github-actions/github-actions-created-azure-container-registry.png)
![Screenshot showing creating a new Azure Container Registry.](./media/azure-deployment-using-github-actions/github-actions-created-azure-container-registry.png)

1. The deployable projects in your solution are displayed; choose the projects you want to deploy together in the same Azure Container Apps instance.

Expand Down Expand Up @@ -140,7 +140,7 @@ WebApi_buildImageAndDeploy:
registry: ${{ env.CONTAINER_REGISTRY_LOGIN_SERVER }}
username: ${{ secrets.registry20230810121555_USERNAME_6891 }}
password: ${{ secrets.registry20230810121555_PASSWORD_6891 }}
- name: Build and push Docker image to Azure container registry
- name: Build and push Docker image to Azure Container Registry
uses: docker/build-push-action@v4
with:
push: true
Expand Down Expand Up @@ -173,7 +173,7 @@ WebFrontEnd_buildImageAndDeploy:
registry: ${{ env.CONTAINER_REGISTRY_LOGIN_SERVER }}
username: ${{ secrets.registry20230810121555_USERNAME_2047 }}
password: ${{ secrets.registry20230810121555_PASSWORD_2047 }}
- name: Build and push Docker image to Azure container registry
- name: Build and push Docker image to Azure Container Registry
uses: docker/build-push-action@v4
with:
push: true
Expand Down Expand Up @@ -210,7 +210,7 @@ DOCKER_FILEPATH_WEBFRONTEND: docker/ComposeSample/WebFrontend/Dockerfile
Use the values of these environment variables for the `file` parameter as follows:

```yml
- name: Build and push Docker image to Azure container registry
- name: Build and push Docker image to Azure Container Registry
uses: docker/build-push-action@v4
with:
push: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ The publishing features of Visual Studio can handle creating these resources for
- Select **Ok** to close the container apps environment dialog.
- Select **Create** to close the original container apps dialog. Visual Studio creates the container app resource in Azure.
1. Once the resource is created, make sure it's selected in the list of container apps, and then select **Next**.
1. You'll need to create an Azure container registry to store the published image artifact for your app. Select the green **+** icon on the **Container Registry** screen.
1. You'll need to create an Azure Container Registry to store the published image artifact for your app. Select the green **+** icon on the **Container Registry** screen.

:::image type="content" source="./media/end-to-end-deployment-entity-framework-core-github-actions/visual-studio-container-registry.png" lightbox="./media/end-to-end-deployment-entity-framework-core-github-actions/visual-studio-container-registry-large.png" alt-text="A screenshot showing how to create a new container registry.":::

Expand Down
4 changes: 2 additions & 2 deletions docs/containers/container-tools-react.md
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ Once the develop and debug cycle of the app is completed, you can create a produ

1. Select **Create**, and then select **Finish**.

![Screenshot showing Select or create a new Azure container registry.](media/container-tools-react/vs-2019/publish-dialog2.png)
![Screenshot showing Select or create a new Azure Container Registry.](media/container-tools-react/vs-2019/publish-dialog2.png)

When the publish process ends, you can review the publish settings, and edit them, when needed, or publish the image again using the **Publish** button.

Expand Down Expand Up @@ -420,7 +420,7 @@ Once the develop and debug cycle of the app is completed, you can create a produ

1. Select **Create**, and then select **Finish**.

![Screenshot showing Select or create a new Azure container registry.](media/container-tools-react/vs-2022/publish-dialog-2.png)
![Screenshot showing Select or create a new Azure Container Registry.](media/container-tools-react/vs-2022/publish-dialog-2.png)

When the publish process ends, you can review the publish settings, and edit them, when needed, or publish the image again using the **Publish** button.

Expand Down
2 changes: 1 addition & 1 deletion docs/containers/container-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Once the develop and debug cycle of the app is completed, you can create a produ

1. Choose **Create New Azure Container Registry**.

![Screenshot of Publish dialog - choose Create a new Azure container registry.](media/container-tools/vs-2022/select-existing-or-create-new-azure-container-registry.png)
![Screenshot of Publish dialog - choose Create a new Azure Container Registry.](media/container-tools/vs-2022/select-existing-or-create-new-azure-container-registry.png)

1. Fill in your desired values in the **Create a new Azure Container Registry**.

Expand Down
8 changes: 4 additions & 4 deletions docs/containers/hosting-web-apps-in-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ The following steps guide you through creating a basic ASP.NET Core app that you

1. On the **Container Registry** tab, select the **Create a new Azure Container Registry** option at the bottom:

:::image type="content" source="media/container-tools/vs-2019/select-existing-or-create-new-azure-container-registry.png" border="false" alt-text="Screenshot of the Publish dialog that shows how to choose Create New Azure container registry.":::
:::image type="content" source="media/container-tools/vs-2019/select-existing-or-create-new-azure-container-registry.png" border="false" alt-text="Screenshot of the Publish dialog that shows how to choose Create New Azure Container Registry.":::

1. On the **Azure Container Registry** page, enter your values for the new resource:

Expand All @@ -75,7 +75,7 @@ The following steps guide you through creating a basic ASP.NET Core app that you
| **[SKU](/azure/container-registry/container-registry-skus)** | "Standard" | Select the service tier of the container registry. |
| **Registry Location** | A nearby location | Choose a location in a [region](https://azure.microsoft.com/explore/global-infrastructure/geographies/) close to you or close to other services that you expect to use the container registry. |

:::image type="content" source="media/hosting-web-apps-in-docker/vs-azure-container-registry-provisioning-dialog-2019.png" border="false" alt-text="Screenshot that shows how to enter values in the dialog to create a new Azure container registry.":::
:::image type="content" source="media/hosting-web-apps-in-docker/vs-azure-container-registry-provisioning-dialog-2019.png" border="false" alt-text="Screenshot that shows how to enter values in the dialog to create a new Azure Container Registry.":::

1. After you enter the resource values, select **Create**.

Expand All @@ -97,7 +97,7 @@ The following steps guide you through creating a basic ASP.NET Core app that you

1. On the **Registry** tab, select the **Create new** (+) option at the right:

:::image type="content" source="media/container-tools/vs-2022/select-existing-or-create-new-azure-container-registry.png" border="false" alt-text="Screenshot of the Publish dialog that shows how to choose Create New Azure container registry.":::
:::image type="content" source="media/container-tools/vs-2022/select-existing-or-create-new-azure-container-registry.png" border="false" alt-text="Screenshot of the Publish dialog that shows how to choose Create New Azure Container Registry.":::

1. Fill in your desired values in the **Azure Container Registry** screen.

Expand All @@ -109,7 +109,7 @@ The following steps guide you through creating a basic ASP.NET Core app that you
| **[SKU](/azure/container-registry/container-registry-skus)** | "Standard" | Select the service tier of the container registry. |
| **Registry Location** | A nearby location | Choose a location in a [region](https://azure.microsoft.com/explore/global-infrastructure/geographies/) close to you or close to other services that you expect to use the container registry. |

:::image type="content" source="media/container-tools/vs-2022/vs-azure-container-registry-provisioning-dialog.png" border="false" alt-text="Screenshot that shows how to enter values in the dialog to create a new Azure container registry.":::
:::image type="content" source="media/container-tools/vs-2022/vs-azure-container-registry-provisioning-dialog.png" border="false" alt-text="Screenshot that shows how to enter values in the dialog to create a new Azure Container Registry.":::

1. After you enter the resource values, select **Create**.

Expand Down
2 changes: 1 addition & 1 deletion docs/containers/includes/vs-2019/container-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Once the develop and debug cycle of the app is completed, you can create a produ

1. Choose **Create New Azure Container Registry**.

![Screenshot of Publish dialog - choose Create a new Azure container registry.](../../media/container-tools/vs-2019/select-existing-or-create-new-azure-container-registry.png)
![Screenshot of Publish dialog - choose Create a new Azure Container Registry.](../../media/container-tools/vs-2019/select-existing-or-create-new-azure-container-registry.png)

1. Fill in your desired values in the **Create a new Azure Container Registry**.

Expand Down