-
Notifications
You must be signed in to change notification settings - Fork 21.7k
/
Copy pathindex.yml
111 lines (100 loc) · 4.46 KB
/
index.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
### YamlMime:Landing
title: Azure Deployment Environments documentation
summary: Learn how to configure self-serve environments that developers can use to deploy their code with Azure Deployment Environments. Tutorials, quickstarts, how-to guides, and more.
metadata:
title: Azure Deployment Environments documentation
description: Learn how to configure self-serve environments that developers can use to deploy their code with Azure Deployment Environments. Tutorials, quickstarts, how-to guides, and more.
ms.service: azure-deployment-environments
ms.custom:
- build-2023
- ignite-2023
ms.topic: landing-page
ms.author: rosemalcolm
author: RoseHJM
ms.date: 03/31/2025
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | sample | tutorial | video | whats-new
landingContent:
# Card
- title: About Azure Deployment Environments
linkLists:
- linkListType: overview
links:
- text: What is Azure Deployment Environments?
url: overview-what-is-azure-deployment-environments.md
- text: Key concepts
url: concept-environments-key-concepts.md
# Card
- title: Get started
linkLists:
- linkListType: quickstart
links:
- text: 'Configure Azure Deployment Environments'
url: quickstart-create-and-configure-devcenter.md
- text: 'Create dev center & project (ARM template)'
url: quickstart-create-dev-center-project-azure-resource-manager.md
- text: 'Create & access environments'
url: quickstart-create-access-environments.md
# Card
- title: Configure the Deployment Environments service
linkLists:
- linkListType: how-to-guide
links:
- text: Configure a catalog
url: how-to-configure-catalog.md
- text: Configure an environment definition
url: configure-environment-definition.md
- text: Configure a managed identity
url: how-to-configure-managed-identity.md
# Card
- title: Customize deployments with the extensibility model
linkLists:
- linkListType: how-to-guide
links:
- text: What is the ADE Extensibility Model?
url: concept-extensibility-model.md
- text: Create an ARM or Bicep custom image
url: /azure/deployment-environments/how-to-configure-extensibility-model-custom-image?tabs=sample%2Cprivate-registry&pivots=arm-bicep
- text: Create a Terraform custom image
url: /azure/deployment-environments/how-to-configure-extensibility-model-custom-image?tabs=custom-script%2Cprivate-registry&pivots=terraform
- text: Create a Pulumi custom image
url: /azure/deployment-environments/how-to-configure-extensibility-model-custom-image?tabs=sample%2Cprivate-registry&pivots=pulumi
- text: Troubleshoot custom image errors and warnings
url: troubleshoot-custom-image-logs-errors.md
# Card
- title: Configure environment types
linkLists:
- linkListType: how-to-guide
links:
- text: Configure a dev center environment type
url: how-to-configure-devcenter-environment-types.md
- text: Configure a project environment type
url: how-to-configure-project-environment-types.md
# Card
- title: Manage costs
linkLists:
- linkListType: how-to-guide
links:
- text: Request a quota limit increase
url: how-to-request-quota-increase.md
- text: Automatically delete an environment
url: how-to-schedule-environment-deletion.md
# Card
- title: Provide access to create and manage environments
linkLists:
- linkListType: how-to-guide
links:
- text: Provide access to dev center project admin
url: how-to-configure-project-admin.md
- text: Grant access to create environments
url: how-to-configure-deployment-environments-user.md
# Card
- title: Use Azure Developer CLI with ADE
linkLists:
- linkListType: concept
links:
- text: Use Azure Developer CLI (azd) with ADE
url: concept-azure-developer-cli-with-deployment-environments.md
- linkListType: how-to-guide
links:
- text: Create environments with Azure Developer CLI (azd)
url: how-to-configure-azure-developer-cli-deployment-environments.md