Skip to content

Commit 9e34067

Browse files
authored
Merge pull request #260683 from cdpark/refresh-devcenter-how-to
Freshness pass 167585: Azure Deployment Environments -- How to articles
2 parents 6288483 + 5db0e29 commit 9e34067

File tree

2 files changed

+33
-33
lines changed

2 files changed

+33
-33
lines changed

articles/deployment-environments/how-to-manage-environments.md

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ ms.author: rosemalcolm
77
ms.service: deployment-environments
88
ms.custom: devx-track-azurecli, build-2023
99
ms.topic: how-to
10-
ms.date: 10/06/2023
10+
ms.date: 12/07/2023
1111
---
1212

1313
# Manage environments in Azure Deployment Environments
1414

1515
In this article, you learn how to manage environments in Azure Deployment Environments. As a developer, you can create and manage your environments from the developer portal or by using the Azure CLI.
1616

17-
In Azure Deployment Environments, a platform engineer gives developers access to projects and the environment types that are associated with them. After a developer has access, they can create deployment environments based on the preconfigured environment types. The permissions that the creator of the environment and the rest of team have to access the environment's resources are defined in the specific environment type.
17+
In Azure Deployment Environments, a platform engineer gives developers access to projects and the environment types that are associated with them. After a developer has access, they can create deployment environments based on the preconfigured environment types. The permissions are defined in the specific environment type.
1818

1919
## Prerequisites
2020

@@ -28,9 +28,10 @@ The developer portal provides a graphical interface for development teams to cre
2828
### Create an environment by using the developer portal
2929

3030
1. Sign in to the [developer portal](https://devportal.microsoft.com).
31+
3132
1. On the **New** menu at the top right, select **New environment**.
3233

33-
:::image type="content" source="media/how-to-manage-environments/new-environment.png" alt-text="Screenshot showing the new menu with new environment highlighted.":::
34+
:::image type="content" source="media/how-to-manage-environments/new-environment.png" alt-text="Screenshot showing the new menu with new environment highlighted." lightbox="media/how-to-manage-environments/new-environment.png":::
3435

3536
1. In the **Add an environment** pane, enter or select the following information:
3637

@@ -41,69 +42,69 @@ The developer portal provides a graphical interface for development teams to cre
4142
|Type | Select the environment type you want to create. If you have access to more than one environment type, you see a list of the available types. |
4243
|Environment definitions | Select the environment definition you want to use to create the environment. You see a list of the environment definitions available in the catalogs associated with your dev center. |
4344

44-
:::image type="content" source="media/how-to-manage-environments/add-environment.png" alt-text="Screenshot showing the add environment pane.":::
45+
:::image type="content" source="media/how-to-manage-environments/add-environment.png" alt-text="Screenshot showing the add environment pane." lightbox="media/how-to-manage-environments/add-environment.png":::
4546

46-
If parameters are defined on the environment definition, you're prompted to enter them in a separate pane. If your environment doesn't use parameters, select **Create**.
47+
If your environment is configured to accept parameters, you can enter them on a separate pane.
4748

48-
:::image type="content" source="media/how-to-manage-environments/parameter-pane.png" alt-text="Screenshot showing the parameter pane.":::
49+
:::image type="content" source="media/how-to-manage-environments/parameter-pane.png" alt-text="Screenshot showing the parameter pane." lightbox="media/how-to-manage-environments/parameter-pane.png":::
4950

5051
1. Select **Create**. The environment tile is shown in the developer portal immediately, displaying the **Creating...** status while creation is in progress.
5152

5253
1. To view the resources that were created for the environment, select **Environment Resources**.
5354

54-
:::image type="content" source="media/how-to-manage-environments/environment-resources-link.png" alt-text="Screenshot showing an environment tile with the Environment Resources link highlighted. ":::
55+
:::image type="content" source="media/how-to-manage-environments/environment-resources-link.png" alt-text="Screenshot showing an environment tile with the Environment Resources link highlighted." lightbox="media/how-to-manage-environments/environment-resources-link.png":::
5556

56-
1. The environment resources are displayed in the Azure portal.
57+
1. You can view the resources in your environment listed in the Azure portal.
5758

58-
:::image type="content" source="media/how-to-manage-environments/environment-resources.png" alt-text="Screenshot showing environment resources in the Azure portal.":::
59+
:::image type="content" source="media/how-to-manage-environments/environment-resources.png" alt-text="Screenshot showing environment resources in the Azure portal." lightbox="media/how-to-manage-environments/environment-resources.png":::
5960

6061
### Redeploy an environment by using the developer portal
6162

6263
When you need to update your environment, you can redeploy it. The redeployment process updates any existing resources with changed properties or creates any new resources based on the latest configuration of the environment definition.
6364

6465
1. Sign in to the [developer portal](https://devportal.microsoft.com).
6566

66-
1. On the environment you want to redeploy, on the options menu, select **Redeploy**.
67+
1. On the environment you want to redeploy, select the options menu next to the environment name, then choose **Redeploy**.
6768

68-
:::image type="content" source="media/how-to-manage-environments/option-redeploy.png" alt-text="Screenshot showing an environment tile with the options menu expanded and the Redeploy option selected.":::
69+
:::image type="content" source="media/how-to-manage-environments/option-redeploy.png" alt-text="Screenshot showing an environment tile with the options menu expanded and the Redeploy option selected." lightbox="media/how-to-manage-environments/option-redeploy.png":::
6970

70-
1. If parameters are defined on the environment definition, you're prompted to make any changes you want to make. When you've made your changes, select **Redeploy**.
71+
1. If parameters are defined on the environment definition, you're prompted to make any changes you want to make. After you make your changes, select **Redeploy**.
7172

72-
:::image type="content" source="media/how-to-manage-environments/redeploy-parameters.png" alt-text="Screenshot showing the redeploy parameters pane.":::
73+
:::image type="content" source="media/how-to-manage-environments/redeploy-parameters.png" alt-text="Screenshot showing the redeploy parameters pane." lightbox="media/how-to-manage-environments/redeploy-parameters.png":::
7374

7475
1. If your environment doesn't include configurable parameters, you see the **Redeploy \<environment name\>** message. Select **Redeploy**.
7576

76-
:::image type="content" source="media/how-to-manage-environments/confirm-redeploy.png" alt-text="Screenshot showing the redeploy confirmation message with redeploy highlighted.":::
77+
:::image type="content" source="media/how-to-manage-environments/confirm-redeploy.png" alt-text="Screenshot showing the redeploy confirmation message with redeploy highlighted." lightbox="media/how-to-manage-environments/confirm-redeploy.png":::
7778

7879
1. The environment displays the **Redeploying...** status while the redeployment takes place. To view the redeployed resources, select **Environment Resources**.
7980

8081
The environment resources are displayed in the Azure portal.
8182

82-
:::image type="content" source="media/how-to-manage-environments/redeployed-resources.png" alt-text="Screenshot showing redeployed resources in the Azure portal.":::
83+
:::image type="content" source="media/how-to-manage-environments/redeployed-resources.png" alt-text="Screenshot showing redeployed resources in the Azure portal." lightbox="media/how-to-manage-environments/redeployed-resources.png":::
8384

8485
### Delete an environment by using the developer portal
8586

8687
You can delete your environment completely when you don't need it anymore.
8788

8889
1. Sign in to the [developer portal](https://devportal.microsoft.com).
8990

90-
1. On the environment you want to redeploy, on the options menu, select **Delete**.
91+
1. On the environment you want to redeploy, select the options menu next to the environment name, then choose **Delete**.
9192

92-
:::image type="content" source="media/how-to-manage-environments/option-delete.png" alt-text="Screenshot showing an environment tile with the options menu expanded and the delete option selected.":::
93+
:::image type="content" source="media/how-to-manage-environments/option-delete.png" alt-text="Screenshot showing an environment tile with the options menu expanded and the delete option selected." lightbox="media/how-to-manage-environments/option-delete.png":::
9394

9495
1. In the confirmation message, select **Delete**
9596

96-
:::image type="content" source="media/how-to-manage-environments/confirm-delete.png" alt-text="Screenshot showing a confirm deletion message with Delete highlighted.":::
97+
:::image type="content" source="media/how-to-manage-environments/confirm-delete.png" alt-text="Screenshot showing a confirm deletion message with Delete highlighted." lightbox="media/how-to-manage-environments/confirm-delete.png":::
9798

9899
1. The environment tile displays the status **Deleting...** while the deletion is in progress.
99100

100101
## Manage an environment by using the Azure CLI
101102

102-
The Azure CLI provides a command-line interface for speed and efficiency when you create multiple similar environments, or for platforms where resources like memory are limited. You can use the `devcenter` Azure CLI extension to create, list, deploy, or delete an environment in Azure Deployment Environments.
103+
The Azure CLI provides a command-line interface for speed and efficiency when you create multiple similar environments, or for platforms where resources like memory are limited. You can use the *devcenter* Azure CLI extension to create, list, deploy, or delete an environment in Azure Deployment Environments.
103104

104105
To learn how to manage your environments by using the CLI, see [Create and access an environment by using the Azure CLI](how-to-create-access-environments.md).
105106

106-
For reference documentation on the `devcenter` Azure CLI extension, see [az devcenter](https://aka.ms/CLI-reference).
107+
For reference documentation about the *devcenter* Azure CLI extension, see [az devcenter](https://aka.ms/CLI-reference).
107108

108109
## Related content
109110

articles/deployment-environments/how-to-request-quota-increase.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ ms.service: dev-box
66
author: RoseHJM
77
ms.author: rosemalcolm
88
ms.topic: how-to
9-
ms.date: 09/27/2023
9+
ms.date: 12/07/2023
1010
---
1111

1212
# Request a quota limit increase for Azure Deployment Environments resources
1313

14-
This article describes how to submit a support request for increasing the number of resources available to Azure Deployment Environments in your Azure subscription.
14+
This guide explains how to submit a support request to increase the number of resources available to Azure Deployment Environments in your Azure subscription.
1515

16-
If your organization uses Deployment Environments extensively, you may encounter a quota limit during deployment. When you reach the limit for a resource in your subscription, you can request a limit increase (sometimes called a capacity increase, or a quota increase) to extend the number of resources available. The request process allows the Azure Deployment Environments team to ensure that your subscription isn't involved in any cases of fraud or unintentional, sudden large-scale deployments.
16+
If your organization uses Deployment Environments extensively, you might encounter a quota limit during deployment. When you reach the limit for a resource in your subscription, you can request a limit increase (sometimes called a capacity increase or a quota increase) to extend the number of resources available. The request process allows the Azure Deployment Environments team to ensure that your subscription isn't involved in any cases of fraud or unintentional, sudden large-scale deployments.
1717

18-
Learn more about the general [process for creating Azure support requests](../azure-portal/supportability/how-to-create-azure-support-request.md).
18+
To learn more about the general process for creating Azure support requests, see [Create an Azure support request](../azure-portal/supportability/how-to-create-azure-support-request.md).
1919

2020
## Prerequisites
2121

@@ -24,30 +24,28 @@ Learn more about the general [process for creating Azure support requests](../az
2424

2525
## Gather information for your request
2626

27-
Submitting a support request for additional quota is quicker if you gather the required information before you begin the request process.
27+
Submitting a support request to increase your quota is quicker if you gather the required information before you begin the request process.
2828

2929
- **Identify the quota type**
3030

3131
If you reach the quota limit for a Deployment Environments resource, you see a notification indicating which quota type is affected during deployment. Take note of it and submit a request for that quota type.
32-
33-
The following resources are limited by subscription.
3432

33+
The following resources are limited by subscription:
3534
- Runtime limit per month (mins)
3635
- Runtime limit per deployment (mins)
3736
- Storage limit per environment (GBs)
3837

38+
- **Determine the region for the quota increase**
3939

40-
- **Determine the region for the additional quota**
41-
42-
Deployment Environments resources can exist in many regions. You should choose the region where your Deployment Environments Project exists for best performance.
40+
Deployment Environments resources can exist in many regions. For best performance, you should choose the region where your Deployment Environments project exists.
4341

4442
For more information about Azure regions, how they relate to global geographies, and which services are available in each region, see [Azure global infrastructure](https://azure.microsoft.com/explore/global-infrastructure/products-by-region/).
4543

4644
## Submit a new support request
4745

4846
Follow these steps to request a limit increase:
4947

50-
1. On the Azure portal home page, select Support & troubleshooting, and then select **Help + support**
48+
1. Sign in to the [Azure portal](https://portal.azure.com), select Support & troubleshooting from the menu bar, and then choose **Help + support**. If this option doesn't appear, enter *Help + support* in the search bar.
5149

5250
:::image type="content" source="./media/how-to-request-capacity-increase/submit-new-request.png" alt-text="Screenshot of the Azure portal home page, highlighting the Request core limit increase button." lightbox="./media/how-to-request-capacity-increase/submit-new-request.png":::
5351

@@ -79,11 +77,12 @@ Follow these steps to request a limit increase:
7977
:::image type="content" source="media/how-to-request-capacity-increase/quota-details.png" alt-text="Screenshot of the Quota details pane." lightbox="media/how-to-request-capacity-increase/quota-details.png":::
8078

8179
1. Select **Save and continue**.
80+
8281
## Complete the support request
8382

8483
To complete the support request, enter the following information:
8584

86-
1. Complete the remainder of the support request **Additional details** tab using the following information:
85+
1. Complete the remainder of the **Additional details** tab by using the following information:
8786

8887
### Advanced diagnostic information
8988

@@ -116,7 +115,7 @@ To complete the support request, enter the following information:
116115
1. Select **Next**.
117116

118117
1. On the **Review + create** tab, review the information, and then select **Create**.
119-
118+
120119
## Related content
121120

122121
- Check the default quota for each resource type by subscription type: [Azure Deployment Environments limits](../azure-resource-manager/management/azure-subscription-service-limits.md#azure-deployment-environments-limits)

0 commit comments

Comments
 (0)