You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/pipelines/ecosystems/kubernetes/deploy.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ For more information on canary deployments with pipelines, see [Use a canary dep
91
91
92
92
Kubernetes runs the same way on all cloud providers. Azure Pipelines can be used for deploying to Azure Kubernetes Service (AKS), Google Kubernetes Engine (GKE), Amazon Elastic Kubernetes Service (EKS), or clusters from any other cloud providers.
93
93
94
-
To set up multicloud deployment, [create an environment](../../process/environments.mdcreate-an-environment) and then add your Kubernetes resources associated with namespaces of Kubernetes clusters.
94
+
To set up multicloud deployment, [create an environment](../../process/environments.md#create-an-environment) and then add your Kubernetes resources associated with namespaces of Kubernetes clusters.
Copy file name to clipboardExpand all lines: docs/pipelines/process/environments.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ To create your first environment:
61
61
> [!TIP]
62
62
> You can create an empty environment and reference it from deployment jobs so you can record deployment history against the environment.
63
63
64
-
To programmatically create and manage environments, use the [Azure DevOps Environments REST API](https://learn.microsoft.com/en-us/rest/api/azure/devops/environments/environments).
64
+
To programmatically create and manage environments, use the [Azure DevOps Environments REST API](/rest/api/azure/devops/environments/environments).
65
65
66
66
You can use Azure Pipelines to deploy to environments. For more information, see [Build and deploy to Azure Kubernetes Service with Azure Pipelines](../ecosystems/kubernetes/aks-template.md).
67
67
@@ -139,17 +139,17 @@ You can select the **Deployments** tab in the Azure Pipelines **Environments** s
139
139
140
140
- View jobs from all pipelines that target a specific environment. For example, two microservices that each have their own pipeline can deploy to the same environment. The deployment history helps identify all pipelines that affect the environment, and also helps visualize the sequence of deployments by each pipeline.
141
141
142
-
:::image type="content" source="media/environments-view-deployment-history.png" alt-text="Screenshot that shows deployment history listing.":::
142
+
:::image type="content" source="media/environments-deployment-history.png" alt-text="Screenshot that shows deployment history listing.":::
143
143
144
144
- To drill down into the job details, select the **Changes** and **Work items** tabs on a deployment page. The tabs show lists of commits and work items that deployed to the environment. Each list item represents new items in that deployment.
145
145
146
146
On the **Changes** tab, the first listing includes all the commits to that point, and the following listings include just the changes for that job. If multiple commits are tied to the same job, there are multiple results on the **Changes** tab.
147
147
148
-
:::image type="content" source="media/environment-view-deployment-history-changes.png" alt-text="Screenshot of commits under deployment history.":::
148
+
:::image type="content" source="media/environment-deployment-history-changes.png" alt-text="Screenshot of commits under deployment history.":::
149
149
150
150
- If multiple work items are tied to the same job, there are multiple results on the **Work items** tab.
151
151
152
-
:::image type="content" source="media/environment-view-deployment-history-workitems.png" alt-text="Screenshot of work items under deployment history.":::
152
+
:::image type="content" source="media/environment-deployment-history-workitems.png" alt-text="Screenshot of work items under deployment history.":::
0 commit comments