Skip to content

Commit 1d0ef05

Browse files
committed
misc fixes
1 parent 4648a9a commit 1d0ef05

5 files changed

+6
-6
lines changed

articles/spring-apps/how-to-custom-persistent-storage-with-standard-consumption.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Use the following steps to create a storage account and establish a file share t
9191

9292
The storage account key is required to create the storage link in your Azure Container Apps environment.
9393

94-
## Link the storage to the managed environment
94+
## Link the storage to the Azure Container Apps environment
9595

9696
Create the storage link in the Azure Container Apps environment by using the following commands. The `az containerapp env storage set` command creates a link between the environment and the file share created with the `az storage share-rm` command.
9797

articles/spring-apps/quickstart-access-standard-consumption-within-virtual-network.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ ms.custom: devx-track-java
1616
1717
**This article applies to:** ✔️ Standard consumption (Preview) ❌ Basic/Standard ❌ Enterprise
1818

19-
This article describes how to access your application in a virtual network using Azure Spring Apps Standard Consumption plan.
19+
This article describes how to access your application in a virtual network using Azure Spring Apps Standard consumption plan.
2020

2121
When you create an Azure Container Apps environment in an existing virtual network, you can access all the apps inside the environment only within that virtual network. In addition, when you create an instance of Azure Spring Apps inside the Azure Container Apps environment, you can access the applications in the Azure Spring Apps instance only from the virtual network. For more information, see [Provide a virtual network to an internal Azure Container Apps environments](/azure/container-apps/vnet-custom-internal?tabs=bash&pivots=azure-portal).
2222

2323
## Create a private DNS zone
2424

25-
Create a private DNS zone named as the Azure Container App environment’s default domain `<UNIQUE_IDENTIFIER>.<REGION_NAME>.azurecontainerapps.io`, with an A record.
25+
Create a private DNS zone named as the default domain of the Azure Container Apps environment - `<UNIQUE_IDENTIFIER>.<REGION_NAME>.azurecontainerapps.io` - with an A record.
2626

2727
Use the following command to get the default domain of Azure Container Apps environment.
2828

articles/spring-apps/quickstart-deploy-event-driven-app-standard-consumption.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Use the following steps to create the environment:
153153

154154
## Create the Azure Spring Apps instance
155155

156-
An Azure Spring Apps Consumption plan instance hosts the Spring event-driven app. Use the following steps to create the service instance and then create an app inside the instance.
156+
An Azure Spring Apps Standard consumption plan instance hosts the Spring event-driven app. Use the following steps to create the service instance and then create an app inside the instance.
157157

158158
1. Install the Spring extension designed for `StandardGen2` Azure Spring Apps by using the following command:
159159

articles/spring-apps/quickstart-provision-standard-consumption-service-instance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Use the following steps to create an instance of Azure Spring Apps using the Azu
6262

6363
1. Fill out the **Basics** form on the **Create Container Apps environment** page. Use the default value `asa-standard-consumption-app-env` for the **Environment name** and set **Zone redundancy** to **Enabled**.
6464

65-
:::image type="content" source="media/quickstart-provision-standard-consumption-service-instance/create-azure-container-apps-environment.png" alt-text="Screenshot of Azure portal showing Create App Environment blade." lightbox="media/quickstart-provision-standard-consumption-service-instance/create-azure-container-apps-environment.png":::
65+
:::image type="content" source="media/quickstart-provision-standard-consumption-service-instance/create-azure-container-apps-environment.png" alt-text="Screenshot of Azure portal showing Create Container Apps Environment pane." lightbox="media/quickstart-provision-standard-consumption-service-instance/create-azure-container-apps-environment.png":::
6666

6767
1. Select **Review and create**.
6868

articles/spring-apps/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ Use the following steps to create an Azure Spring Apps service instance.
204204
--location ${LOCATION}
205205
```
206206

207-
1. An Azure Container App environment creates a secure boundary around a group of applications. Apps deployed to the same environment are deployed in the same virtual network and write logs to the same [Log Analytics workspace](/azure/azure-monitor/logs/log-analytics-workspace-overview). To create the environment, run the following command:
207+
1. An Azure Container Apps environment creates a secure boundary around a group of applications. Apps deployed to the same environment are deployed in the same virtual network and write logs to the same [Log Analytics workspace](/azure/azure-monitor/logs/log-analytics-workspace-overview). To create the environment, run the following command:
208208

209209
```azurecli-interactive
210210
az containerapp env create \

0 commit comments

Comments
 (0)