Skip to content

Commit 3ed7581

Browse files
Ratulac-AzureKarlErickson
authored andcommitted
more updates
1 parent 764a992 commit 3ed7581

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

articles/spring-apps/enterprise/how-to-cicd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ To deploy using a pipeline, follow these steps:
119119

120120
Your pipeline settings should match the following image.
121121

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":::
123123

124124
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.
125125

articles/spring-apps/enterprise/how-to-custom-domain.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ You can use a CNAME record to map a custom DNS name to Azure Spring Apps.
309309
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.
310310
After you add the CNAME, the DNS records page resembles the following example:
311311

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":::
313313

314314
## Map your custom domain to Azure Spring Apps app
315315

@@ -322,7 +322,7 @@ Go to application page.
322322
1. Select **Custom Domain**.
323323
2. Then **Add Custom Domain**.
324324

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":::
326326

327327
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`)
328328
4. Select **Validate** to enable the **Add** button.
@@ -332,7 +332,7 @@ Go to application page.
332332

333333
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.
334334

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":::
336336

337337
#### [Azure CLI](#tab/Azure-CLI)
338338

@@ -370,7 +370,7 @@ In the custom domain table, select **Add ssl binding** as shown in the previous
370370
1. Select your **Certificate** or import it.
371371
1. Select **Save**.
372372

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.":::
374374

375375
#### [Azure CLI](#tab/Azure-CLI)
376376

@@ -390,7 +390,7 @@ az spring app custom-domain update \
390390

391391
After you successfully add SSL binding, the domain state is secure: **Healthy**.
392392

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":::
394394

395395
## Enforce HTTPS
396396

articles/spring-apps/enterprise/how-to-custom-persistent-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Use the following steps to bind an Azure Storage account as a storage resource i
6161

6262
1. Go to the **Apps** page, and then select an application to mount the persistent storage.
6363

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":::
6565

6666
1. Select **Configuration**, and then select **Persistent Storage**.
6767

articles/spring-apps/enterprise/how-to-deploy-with-custom-container-image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ AppPlatformContainerEventLogs
245245
| where App == "hw-20220317-1b"
246246
```
247247

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.":::
249249

250250
### Scan your image for vulnerabilities
251251

0 commit comments

Comments
 (0)