Skip to content

Commit a35ff3c

Browse files
committed
Updated the tier tag
Removed the "tier" wording
1 parent 609de58 commit a35ff3c

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

articles/spring-apps/how-to-application-insights.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ When the **Application Insights** feature is enabled, you can:
7777

7878
## Manage Application Insights using the Azure portal
7979

80-
::: zone pivot="sc-standard-tier"
80+
::: zone pivot="sc-standard"
8181

8282
Enable the Java In-Process Agent by using the following procedure.
8383

@@ -95,7 +95,7 @@ Enable the Java In-Process Agent by using the following procedure.
9595
9696
::: zone-end
9797

98-
::: zone pivot="sc-enterprise-tier"
98+
::: zone pivot="sc-enterprise"
9999

100100
You can use the Portal to check or update the current settings in Application Insights.
101101

@@ -149,7 +149,7 @@ You can manage Application Insights using Azure CLI commands. In the following c
149149

150150
To configure Application Insights when creating an Azure Spring Apps instance, use the following command. For the `app-insights` argument, you can specify an Application Insights name or resource ID.
151151

152-
::: zone pivot="sc-standard-tier"
152+
::: zone pivot="sc-standard"
153153

154154
```azurecli
155155
az spring create \
@@ -161,7 +161,7 @@ az spring create \
161161

162162
::: zone-end
163163

164-
::: zone pivot="sc-enterprise-tier"
164+
::: zone pivot="sc-enterprise"
165165

166166
```azurecli
167167
az spring create \
@@ -176,7 +176,7 @@ az spring create \
176176

177177
You can also use an Application Insights connection string (preferred) or instrumentation key, as shown in the following example.
178178

179-
::: zone pivot="sc-standard-tier"
179+
::: zone pivot="sc-standard"
180180

181181
```azurecli
182182
az spring create \
@@ -188,7 +188,7 @@ az spring create \
188188

189189
::: zone-end
190190

191-
::: zone pivot="sc-enterprise-tier"
191+
::: zone pivot="sc-enterprise"
192192

193193
```azurecli
194194
az spring create \
@@ -205,7 +205,7 @@ az spring create \
205205

206206
To disable Application Insights when creating an Azure Spring Apps instance, use the following command:
207207

208-
::: zone pivot="sc-standard-tier"
208+
::: zone pivot="sc-standard"
209209

210210
```azurecli
211211
az spring create \
@@ -216,7 +216,7 @@ az spring create \
216216

217217
::: zone-end
218218

219-
::: zone pivot="sc-enterprise-tier"
219+
::: zone pivot="sc-enterprise"
220220

221221
```azurecli
222222
az spring create \
@@ -228,7 +228,7 @@ az spring create \
228228

229229
::: zone-end
230230

231-
::: zone pivot="sc-standard-tier"
231+
::: zone pivot="sc-standard"
232232

233233
### Check Application Insights settings
234234

@@ -275,7 +275,7 @@ az spring app-insights update \
275275

276276
::: zone-end
277277

278-
::: zone pivot="sc-enterprise-tier"
278+
::: zone pivot="sc-enterprise"
279279

280280
### Manage Application Insights buildpack bindings
281281

@@ -342,7 +342,7 @@ az spring build-service builder buildpack-binding delete \
342342

343343
## Automation
344344

345-
::: zone pivot="sc-standard-tier"
345+
::: zone pivot="sc-standard"
346346

347347
The following sections describe how to automate your deployment using Bicep, Azure Resource Manager templates (ARM templates) or Terraform.
348348

@@ -457,15 +457,15 @@ resource "azurerm_spring_cloud_service" "example" {
457457

458458
::: zone-end
459459

460-
::: zone pivot="sc-enterprise-tier"
460+
::: zone pivot="sc-enterprise"
461461

462462
Automation in Enterprise tier is pending support. Documentation will be added as soon as it's available.
463463

464464
::: zone-end
465465

466466
## Java agent update/upgrade
467467

468-
::: zone pivot="sc-standard-tier"
468+
::: zone pivot="sc-standard"
469469

470470
The Java agent will be updated/upgraded regularly with the JDK, which may affect the following scenarios.
471471

@@ -478,13 +478,13 @@ The Java agent will be updated/upgraded regularly with the JDK, which may affect
478478

479479
::: zone-end
480480

481-
::: zone pivot="sc-enterprise-tier"
481+
::: zone pivot="sc-enterprise"
482482

483483
The Java agent will be updated/upgraded when the buildpack is updated.
484484

485485
::: zone-end
486486

487-
::: zone pivot="sc-standard-tier"
487+
::: zone pivot="sc-standard"
488488

489489
## Java agent configuration hot-loading
490490

articles/spring-apps/how-to-enable-system-assigned-managed-identity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ Managed identities for Azure resources provide an automatically managed identity
2626

2727
If you're unfamiliar with managed identities for Azure resources, see the [Managed identities for Azure resources overview section](../active-directory/managed-identities-azure-resources/overview.md).
2828

29-
::: zone pivot="sc-enterprise-tier"
29+
::: zone pivot="sc-enterprise"
3030

3131
- An already provisioned Azure Spring Apps Enterprise tier instance. For more information, see [Quickstart: Build and deploy apps to Azure Spring Apps using the Enterprise tier](quickstart-deploy-apps-enterprise.md).
3232
- [Azure CLI version 2.30.0 or higher](/cli/azure/install-azure-cli).
3333
- [!INCLUDE [install-app-user-identity-extension](includes/install-app-user-identity-extension.md)]
3434

3535
::: zone-end
3636

37-
::: zone pivot="sc-standard-tier"
37+
::: zone pivot="sc-standard"
3838

3939
- An already provisioned Azure Spring Apps instance. For more information, see [Quickstart: Deploy your first application to Azure Spring Apps](./quickstart.md).
4040
- [Azure CLI version 2.30.0 or higher](/cli/azure/install-azure-cli).

articles/spring-apps/how-to-manage-user-assigned-managed-identities.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Managed identities for Azure resources provide an automatically managed identity
2525

2626
- If you're unfamiliar with managed identities for Azure resources, see the [Managed identities for Azure resources overview section](../active-directory/managed-identities-azure-resources/overview.md).
2727

28-
::: zone pivot="sc-enterprise-tier"
28+
::: zone pivot="sc-enterprise"
2929

3030
- An already provisioned Azure Spring Apps Enterprise tier instance. For more information, see [Quickstart: Build and deploy apps to Azure Spring Apps using the Enterprise tier](quickstart-deploy-apps-enterprise.md).
3131
- [Azure CLI version 2.30.0 or higher](/cli/azure/install-azure-cli).
@@ -34,7 +34,7 @@ Managed identities for Azure resources provide an automatically managed identity
3434

3535
::: zone-end
3636

37-
::: zone pivot="sc-standard-tier"
37+
::: zone pivot="sc-standard"
3838

3939
- An already provisioned Azure Spring Apps instance. For more information, see [Quickstart: Deploy your first application to Azure Spring Apps](./quickstart.md).
4040
- [Azure CLI version 2.30.0 or higher](/cli/azure/install-azure-cli).

0 commit comments

Comments
 (0)