Skip to content

Commit 21092ef

Browse files
Merge pull request #264214 from KarlErickson/karler-fixes
miscellaneous cleanup
2 parents 037d035 + e033a57 commit 21092ef

19 files changed

+7
-7
lines changed

articles/spring-apps/access-app-virtual-network.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Use the following steps to find the IP address for your application.
3939

4040
1. In the **General info** section, find **Endpoint** and copy the **IP Address** value. The example in the following screenshot uses the IP address `10.0.1.6`:
4141

42-
:::image type="content" source="media/spring-cloud-access-app-vnet/find-ip-address.png" alt-text="Screenshot of the Azure portal that shows the Vnet injection Endpoint information." lightbox="media/spring-cloud-access-app-vnet/find-ip-address.png":::
42+
:::image type="content" source="media/access-app-virtual-network/find-ip-address.png" alt-text="Screenshot of the Azure portal that shows the Vnet injection Endpoint information." lightbox="media/access-app-virtual-network/find-ip-address.png":::
4343

4444
### [Azure CLI](#tab/azure-CLI)
4545

@@ -133,7 +133,7 @@ Use the following steps to link the private DNS zone you created to the virtual
133133

134134
1. For **Virtual network**, select the virtual network you created previously.
135135

136-
:::image type="content" source="media/spring-cloud-access-app-vnet/add-virtual-network-link.png" alt-text="Screenshot of the Azure portal that shows the Add virtual network link page." lightbox="media/spring-cloud-access-app-vnet/add-virtual-network-link.png":::
136+
:::image type="content" source="media/access-app-virtual-network/add-virtual-network-link.png" alt-text="Screenshot of the Azure portal that shows the Add virtual network link page." lightbox="media/access-app-virtual-network/add-virtual-network-link.png":::
137137

138138
1. Select **OK**.
139139

@@ -174,7 +174,7 @@ Use the following steps to use the private DNS zone to translate/resolve DNS.
174174
| TTL unit | Select **Hours**. |
175175
| IP address | Enter the [IP address](#find-the-ip-for-your-application). The following screenshot uses the IP address *10.1.0.7*. |
176176

177-
:::image type="content" source="media/spring-cloud-access-app-vnet/private-dns-zone-add-record.png" alt-text="Screenshot of the Azure portal that shows the Add record set page." lightbox="media/spring-cloud-access-app-vnet/private-dns-zone-add-record.png":::
177+
:::image type="content" source="media/access-app-virtual-network/private-dns-zone-add-record.png" alt-text="Screenshot of the Azure portal that shows the Add record set page." lightbox="media/access-app-virtual-network/private-dns-zone-add-record.png":::
178178

179179
1. Select **OK**.
180180

@@ -206,7 +206,7 @@ Use the following steps to assign a private FQDN:
206206

207207
1. Select **Assign Endpoint** to assign a private FQDN to your application. Assigning an FQDN can take a few minutes.
208208

209-
:::image type="content" source="media/spring-cloud-access-app-vnet/assign-private-endpoint.png" alt-text="Screenshot of the Azure portal that shows the Overview page with Assign endpoint highlighted." lightbox="media/spring-cloud-access-app-vnet/assign-private-endpoint.png":::
209+
:::image type="content" source="media/access-app-virtual-network/assign-private-endpoint.png" alt-text="Screenshot of the Azure portal that shows the Overview page with Assign endpoint highlighted." lightbox="media/access-app-virtual-network/assign-private-endpoint.png":::
210210

211211
1. The assigned private FQDN (labeled **URL**) is now available. You can only access the URL within the private network, but not on the internet.
212212

@@ -228,7 +228,7 @@ az spring app update \
228228

229229
After the assignment, you can access the application's private FQDN in the private network. For example, you can create a jumpbox machine in the same virtual network or in a peered virtual network. Then, on that jumpbox or virtual machine, you can access the private FQDN.
230230

231-
:::image type="content" source="media/spring-cloud-access-app-vnet/access-private-endpoint.png" alt-text="Screenshot of the sample application in a browser window with the private FQDN highlighted in the URL." lightbox="media/spring-cloud-access-app-vnet/access-private-endpoint.png":::
231+
:::image type="content" source="media/access-app-virtual-network/access-private-endpoint.png" alt-text="Screenshot of the sample application in a browser window with the private FQDN highlighted in the URL." lightbox="media/access-app-virtual-network/access-private-endpoint.png":::
232232

233233
## Clean up resources
234234

Binary file not shown.

0 commit comments

Comments
 (0)