You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/spring-apps/enterprise/how-to-cicd.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -119,7 +119,7 @@ To deploy using a pipeline, follow these steps:
119
119
120
120
Your pipeline settings should match the following image.
121
121
122
-
:::image type="content" source="media/how-to-cicd/pipeline-task-setting.jpg" alt-text="Screenshot of pipeline settings." lightbox="media/how-to-cicd/pipeline-task-setting.jpg":::
122
+
:::image type="content" source="media/how-to-cicd/pipeline-task-setting.jpg" alt-text="Screenshot of the Azure DevOps portal that shows the New pipeline settings." lightbox="media/how-to-cicd/pipeline-task-setting.jpg":::
123
123
124
124
You can also build and deploy your projects using following pipeline template. This example first defines a Maven task to build the application, followed by a second task that deploys the JAR file using the Azure Spring Apps task for Azure Pipelines.
Copy file name to clipboardExpand all lines: articles/spring-apps/enterprise/how-to-custom-domain.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -309,7 +309,7 @@ You can use a CNAME record to map a custom DNS name to Azure Spring Apps.
309
309
Go to your DNS provider and add a CNAME record to map your domain to the `<service-name>.azuremicroservices.io`. Here, `<service-name>` is the name of your Azure Spring Apps instance. We support wildcard domain and sub domain.
310
310
After you add the CNAME, the DNS records page resembles the following example:
311
311
312
-
:::image type="content" source="./media/how-to-custom-domain/dns-records.png" alt-text="Screenshot of a DNS records page." lightbox="./media/how-to-custom-domain/dns-records.png":::
312
+
:::image type="content" source="./media/how-to-custom-domain/dns-records.png" alt-text="Screenshot of the Azure Spring Apps insyance that shows the DNS records page." lightbox="./media/how-to-custom-domain/dns-records.png":::
313
313
314
314
## Map your custom domain to Azure Spring Apps app
315
315
@@ -322,7 +322,7 @@ Go to application page.
322
322
1. Select **Custom Domain**.
323
323
2. Then **Add Custom Domain**.
324
324
325
-
:::image type="content" source="./media/how-to-custom-domain/custom-domain.png" alt-text="Screenshot of a custom domain page." lightbox="./media/how-to-custom-domain/custom-domain.png":::
325
+
:::image type="content" source="./media/how-to-custom-domain/custom-domain.png" alt-text="Screenshot of the Azure portal that shows the Custom domain page." lightbox="./media/how-to-custom-domain/custom-domain.png":::
326
326
327
327
3. Type the fully qualified domain name for which you added a CNAME record, such as www.contoso.com. Make sure that Hostname record type is set to CNAME (`<service-name>.azuremicroservices.io`)
328
328
4. Select **Validate** to enable the **Add** button.
@@ -332,7 +332,7 @@ Go to application page.
332
332
333
333
One app can have multiple domains, but one domain can only map to one app. When you successfully mapped your custom domain to the app, it displays on the custom domain table.
334
334
335
-
:::image type="content" source="./media/how-to-custom-domain/custom-domain-table.png" alt-text="Screenshot of the custom domain table." lightbox="./media/how-to-custom-domain/custom-domain-table.png":::
335
+
:::image type="content" source="./media/how-to-custom-domain/custom-domain-table.png" alt-text="Screenshot of the Azure portal that shows a custom domain table." lightbox="./media/how-to-custom-domain/custom-domain-table.png":::
336
336
337
337
#### [Azure CLI](#tab/Azure-CLI)
338
338
@@ -370,7 +370,7 @@ In the custom domain table, select **Add ssl binding** as shown in the previous
370
370
1. Select your **Certificate** or import it.
371
371
1. Select **Save**.
372
372
373
-
:::image type="content" source="./media/how-to-custom-domain/add-ssl-binding.png" alt-text="Screenshot of the SSL Binding pane.":::
373
+
:::image type="content" source="./media/how-to-custom-domain/add-ssl-binding.png" alt-text="Screenshot of the Azure portal that shows the TLS/SSL binding pane.":::
374
374
375
375
#### [Azure CLI](#tab/Azure-CLI)
376
376
@@ -390,7 +390,7 @@ az spring app custom-domain update \
390
390
391
391
After you successfully add SSL binding, the domain state is secure: **Healthy**.
392
392
393
-
:::image type="content" source="./media/how-to-custom-domain/secured-domain-state.png" alt-text="Screenshot of an SSL binding." lightbox="./media/how-to-custom-domain/secured-domain-state.png":::
393
+
:::image type="content" source="./media/how-to-custom-domain/secured-domain-state.png" alt-text="Screenshot of an SSL binding that shows the domain state Healthy." lightbox="./media/how-to-custom-domain/secured-domain-state.png":::
Copy file name to clipboardExpand all lines: articles/spring-apps/enterprise/how-to-custom-persistent-storage.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ Use the following steps to bind an Azure Storage account as a storage resource i
61
61
62
62
1. Go to the **Apps** page, and then select an application to mount the persistent storage.
63
63
64
-
:::image type="content" source="media/how-to-custom-persistent-storage/select-app-mount-persistent-storage.png" alt-text="Screenshot of Azure portal Apps page." lightbox="media/how-to-custom-persistent-storage/select-app-mount-persistent-storage.png":::
64
+
:::image type="content" source="media/how-to-custom-persistent-storage/select-app-mount-persistent-storage.png" alt-text="Screenshot of the Azure portal Apps page with spr-apps-1 highlighted." lightbox="media/how-to-custom-persistent-storage/select-app-mount-persistent-storage.png":::
65
65
66
66
1. Select **Configuration**, and then select **Persistent Storage**.
Copy file name to clipboardExpand all lines: articles/spring-apps/enterprise/how-to-deploy-with-custom-container-image.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -245,7 +245,7 @@ AppPlatformContainerEventLogs
245
245
| where App == "hw-20220317-1b"
246
246
```
247
247
248
-
:::image type="content" source="media/how-to-deploy-with-custom-container-image/container-event-logs.png" alt-text="Screenshot of the container events log.":::
248
+
:::image type="content" source="media/how-to-deploy-with-custom-container-image/container-event-logs.png" alt-text="Screenshot of the Azure Monitor that shows the container events log.":::
0 commit comments