Skip to content

Commit 75594e9

Browse files
2 parents cdd9db4 + c670731 commit 75594e9

File tree

32 files changed

+83
-115
lines changed

32 files changed

+83
-115
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4040,6 +4040,11 @@
40404040
"redirect_url": "/azure/azure-portal/azure-portal-dashboards",
40414041
"redirect_document_id": false
40424042
},
4043+
{
4044+
"source_path": "articles/azure-resource-manager/templates/template-tutorial-create-encrypted-storage-accounts.md",
4045+
"redirect_url": "articles/azure-resource-manager/templates/template-tutorial-use-template-reference",
4046+
"redirect_document_id": false
4047+
},
40434048
{
40444049
"source_path": "articles/azure-resource-manager/azure-resource-manager-security-controls.md",
40454050
"redirect_url": "/azure/azure-resource-manager/management/azure-resource-manager-security-controls",

articles/aks/gpu-cluster.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22
title: Use GPUs on Azure Kubernetes Service (AKS)
33
description: Learn how to use GPUs for high performance compute or graphics-intensive workloads on Azure Kubernetes Service (AKS)
44
services: container-service
5-
author: zr-msft
65
ms.topic: article
7-
ms.date: 05/16/2019
8-
ms.author: zarhoads
6+
ms.date: 03/27/2020
97

108
#Customer intent: As a cluster administrator or developer, I want to create an AKS cluster that can use high-performance GPU-based VMs for compute-intensive workloads.
119
---

articles/aks/use-managed-identity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Use managed identities in Azure Kubernetes Service
3-
description: Learn how to use managed identities in Azure Kubernetes Service (AKS)
3+
description: Learn how to use managed identities in Azure Kubernetes Service (AKS)
44
services: container-service
55
author: saudas
66
manager: saudas
@@ -18,7 +18,7 @@ Currently, an Azure Kubernetes Service (AKS) cluster (specifically, the Kubernet
1818
AKS creates two managed identities:
1919

2020
- **System-assigned managed identity**: The identity that the Kubernetes cloud provider uses to create Azure resources on behalf of the user. The life cycle of the system-assigned identity is tied to that of the cluster. The identity is deleted when the cluster is deleted.
21-
- **User-assigned managed identity**: The identity that's used for authorization in the cluster. For example, the user-assigned identity is used to authorize AKS to use access control records (ACRs), or to authorize the kubelet to get metadata from Azure.
21+
- **User-assigned managed identity**: The identity that's used for authorization in the cluster. For example, the user-assigned identity is used to authorize AKS to use Azure Container Registries (ACRs), or to authorize the kubelet to get metadata from Azure.
2222

2323
Add-ons also authenticate using a managed identity. For each add-on, a managed identity is created by AKS and lasts for the life of the add-on. For creating and using your own VNet, static IP address, or attached Azure disk where the resources are outside of the MC_* resource group, use the PrincipalID of the cluster to perform a role assignment. For more information on role assignment, see [Delegate access to other Azure resources](kubernetes-service-principal.md#delegate-access-to-other-azure-resources).
2424

articles/azure-app-configuration/concept-github-action.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Use GitHub Actions with Azure App Configuration Sync
3-
description: Use GitHub Actions to trigger an update to your App Configuration instance when defined actions are performed on a GitHub repository
3+
description: Use GitHub Actions to trigger an update to your App Configuration instance when you update your GitHub repository
44
author: lisaguthrie
55

66
ms.author: lcozzens
@@ -10,13 +10,13 @@ ms.service: azure-app-configuration
1010

1111
---
1212
# Sync your App Configuration instance using GitHub Actions
13-
Azure App Configuration uses GitHub Actions to trigger updates to an App Configuration instance based on actions performed on a GitHub repository. GitHub workflows trigger configuration updates, enabling the integration of those updates into the same workflow used to update the app code.
1413

15-
A GitHub Actions [workflow](https://help.github.com/articles/about-github-actions#workflow) defines an automated process in a GitHub repository. This process tells GitHub how to build and deploy your GitHub project. Azure App Configuration provides the *Azure App Configuration Sync* Action to enable updates to an App Configuration instance when changes are made to the source repository.
14+
Teams that want to continue using their existing source control practices can use GitHub Actions to automatically sync their GitHub repository with their App Configuration store. This allows you to make changes to your config files as you normally would, while getting App Configuration benefits like:
15+
• Centralized configuration outside of your code
16+
• Updating configuration without redeploying your entire app
17+
• Integration with services like Azure App Service and Functions.
1618

17-
A YAML (.yml) file found in the `/.github/workflows/` path of your repository defines your workflow. This definition contains the workflow's steps and parameters.
18-
19-
GitHub events, such as a push to a repository, can trigger a GitHub Action workflow. The *Azure App Configuration Sync* action enables you to trigger an update of an App Configuration instance when a specified GitHub action occurs. You can trigger configuration updates when pushing, reviewing, or branching app configuration files just as you do with app code.
19+
A GitHub Actions [workflow](https://help.github.com/articles/about-github-actions#workflow) defines an automated process in a GitHub repository. The *Azure App Configuration Sync* Action triggers updates to an App Configuration instance when changes are made to the source repository. It uses a YAML (.yml) file found in the `/.github/workflows/` path of your repository to define the steps and parameters. You can trigger configuration updates when pushing, reviewing, or branching app configuration files just as you do with app code.
2020

2121
The GitHub [documentation](https://help.github.com/actions/automating-your-workflow-with-github-actions/configuring-a-workflow) provides in-depth view of GitHub workflows and actions.
2222

articles/azure-resource-manager/templates/deployment-tutorial-pipeline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,4 +244,4 @@ Congratulations, you've finished this Resource Manager template deployment tutor
244244
You're ready to jump into more advanced concepts about templates. The next tutorial goes into more detail about using template reference documentation to help with defining resources to deploy.
245245

246246
> [!div class="nextstepaction"]
247-
> [Utilize template reference](./template-tutorial-create-encrypted-storage-accounts.md)
247+
> [Utilize template reference](./template-tutorial-use-template-reference.md)

0 commit comments

Comments
 (0)