Skip to content

Commit f6e10c9

Browse files
committed
Apply feedback
1 parent 23d866d commit f6e10c9

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

articles/container-apps/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
- name: Set up custom domains and certificates
7878
href: custom-domains-certificates.md
7979
- name: Connect to a cloud service using Service Connector
80-
href: how-to-connect-backing-service.md
80+
href: service-connector.md
8181
- name: Connect multiple apps
8282
href: connect-apps.md
8383
- name: Publish revisions with GitHub Actions

articles/container-apps/how-to-connect-backing-service.md renamed to articles/container-apps/service-connector.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,12 @@ Sign in to the Azure portal at [https://portal.azure.com/](https://portal.azure.
3535

3636
### [Azure CLI](#tab/azure-cli)
3737

38-
3938
```azurecli-interactive
4039
az login
40+
```
41+
42+
This command prompts your web browser to launch and load an Azure sign in page. If the browser fails to open, use device code flow with `az login --use-device-code`. For more sign in options, go to [sign in with the Azure CLI](/cli/azure/authenticate-azure-cli).
43+
4144
---
4245

4346
## Create a new service connection
@@ -52,7 +55,7 @@ Use Service Connector to create a new service connection in Container Apps using
5255
1. Select **Service Connector** from the left table of contents.
5356
1. Select **Create**.
5457

55-
:::image type="content" source="media/connect-backing/connect-service-connector.png" alt-text="Screenshot of the Azure portal, selecting Service Connector within a container app" lightbox="media/connect-backing/connect-service-connector-expanded.png":::
58+
:::image type="content" source="media/service-connector/connect-service-connector.png" alt-text="Screenshot of the Azure portal, selecting Service Connector within a container app" lightbox="media/service-connector/connect-service-connector-expanded.png":::
5659

5760
1. Select or enter the following settings.
5861

@@ -124,7 +127,7 @@ View your existing service connections using the Azure portal or the CLI.
124127
125128
1. Select **...** and then **Validate**. You can see the connection validation details in the pop-up panel on the right.
126129
127-
:::image type="content" source="media/connect-backing/connect-service-connector-refresh.png" alt-text="Screenshot of the Azure portal, viewing connection validation details":::
130+
:::image type="content" source="media/service-connector/connect-service-connector-refresh.png" alt-text="Screenshot of the Azure portal, viewing connection validation details":::
128131
129132
### [Azure CLI](#tab/azure-cli)
130133

0 commit comments

Comments
 (0)