Skip to content

Commit d00a526

Browse files
author
naman-msft
committed
updated docs
1 parent 77df1d7 commit d00a526

File tree

3 files changed

+31
-75
lines changed

3 files changed

+31
-75
lines changed

execution_log.csv

Lines changed: 0 additions & 54 deletions
This file was deleted.

scenarios/azure-aks-docs/articles/aks/workload-identity-migrate-from-pod-identity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ If you don't have a managed identity created and assigned to your pod, perform t
129129
7. Get the OIDC Issuer URL and save it to an environment variable. Replace the default values for the cluster name and the resource group name.
130130

131131
```bash
132-
export AKS_CLUSTER_NAME="myAKSCluster23b5c0"
133-
export AKS_RESOURCE_GROUP="myResourceGroup23b5c0"
132+
export AKS_CLUSTER_NAME=$MY_AKS_CLUSTER_NAME
133+
export AKS_RESOURCE_GROUP=$MY_AKS_RESOURCE_GROUP
134134
export AKS_OIDC_ISSUER="$(az aks show --name "$AKS_CLUSTER_NAME" --resource-group "$AKS_RESOURCE_GROUP" --query "oidcIssuerProfile.issuerUrl" -o tsv)"
135135
```
136136

scenarios/metadata.json

Lines changed: 29 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@
412412
}
413413
},
414414
{
415-
"status": "active",
415+
"status": "inactive",
416416
"key": "azure-aks-docs/articles/aks/create-postgresql-ha.md",
417417
"title": "Create infrastructure for deploying a highly available PostgreSQL database on AKS",
418418
"description": "Create the infrastructure needed to deploy a highly available PostgreSQL database on AKS using the CloudNativePG operator.",
@@ -430,7 +430,7 @@
430430
}
431431
},
432432
{
433-
"status": "active",
433+
"status": "inactive",
434434
"key": "azure-aks-docs/articles/aks/deploy-postgresql-ha.md",
435435
"title": "Deploy a highly available PostgreSQL database on AKS with Azure CLI",
436436
"description": "In this article, you deploy a highly available PostgreSQL database on AKS using the CloudNativePG operator.",
@@ -481,11 +481,11 @@
481481
}
482482
},
483483
{
484-
"status": "active",
484+
"status": "inactive",
485485
"key": "BlobVisionOnAKS/blob-vision-aks.md"
486486
},
487487
{
488-
"status": "active",
488+
"status": "inactive",
489489
"key": "DeployHAPGonARO/deploy-ha-pg-on-aro.md",
490490
"title": "Create a Highly Available PostgreSQL Cluster on Azure Red Hat OpenShift",
491491
"description": "This tutorial shows how to create a Highly Available PostgreSQL cluster on Azure Red Hat OpenShift (ARO) using the CloudNativePG operator",
@@ -607,7 +607,7 @@
607607
}
608608
},
609609
{
610-
"status": "active",
610+
"status": "inactive",
611611
"key": "GPUNodePoolAKS/gpu-node-pool-aks.md",
612612
"title": "Create a multi-instance GPU node pool in Azure Kubernetes Service (AKS)",
613613
"description": "Learn how to create a multi-instance GPU node pool in Azure Kubernetes Service (AKS).",
@@ -661,7 +661,7 @@
661661
]
662662
},
663663
{
664-
"status": "active",
664+
"status": "inactive",
665665
"key": "azure-aks-docs/articles/aks/trusted-access-feature.md",
666666
"title": "Get secure resource access to Azure Kubernetes Service (AKS) using Trusted Access",
667667
"description": "Learn how to use the Trusted Access feature to give Azure resources access to Azure Kubernetes Service (AKS) clusters.",
@@ -706,7 +706,7 @@
706706
}
707707
},
708708
{
709-
"status": "active",
709+
"status": "inactive",
710710
"key": "CreateLinuxVMSecureWebServer/create-linux-vm-secure-web-server.md",
711711
"title": "Create a NGINX Webserver Secured via HTTPS",
712712
"description": "This tutorial shows how to create a NGINX Webserver Secured via HTTPS.",
@@ -811,7 +811,7 @@
811811
}
812812
},
813813
{
814-
"status": "active",
814+
"status": "inactive",
815815
"key": "DeployHAPGOnAKSTerraform/deploy-ha-pg-on-aks-terraform.md",
816816
"title": "Create a Highly Available PostgreSQL Cluster on Azure Kubernetes Service (AKS) using Terraform",
817817
"description": "This tutorial shows how to create a Highly Available PostgreSQL cluster on AKS using the CloudNativePG operator",
@@ -835,25 +835,35 @@
835835
},
836836
{
837837
"status": "active",
838-
"key": "DeployHAPGOnAKSTerraform/deploy-ha-pg-on-aks-terraform.md",
839-
"title": "Create a Highly Available PostgreSQL Cluster on Azure Kubernetes Service (AKS) using Terraform",
840-
"description": "This tutorial shows how to create a Highly Available PostgreSQL cluster on AKS using the CloudNativePG operator",
838+
"key": "azure-aks-docs/articles/aks/workload-identity-migrate-from-pod-identity.md",
839+
"title": "Migrate your Azure Kubernetes Service (AKS) pod to use workload identity",
840+
"description": "In this Azure Kubernetes Service (AKS) article, you learn how to configure your Azure Kubernetes Service pod to authenticate with workload identity.",
841841
"stackDetails": [],
842-
"sourceUrl": "https://raw.githubusercontent.com/MicrosoftDocs/executable-docs/main/scenarios/DeployHAPGOnAKSTerraform/deploy-ha-pg-on-aks-terraform.md",
842+
"sourceUrl": "https://raw.githubusercontent.com/MicrosoftDocs/executable-docs/main/scenarios/azure-aks-docs/articles/aks/workload-identity-migrate-from-pod-identity.md",
843843
"documentationUrl": "",
844844
"nextSteps": [
845845
{
846-
"title": "Create infrastructure for deploying a highly available PostgreSQL database on AKS",
847-
"url": "https://learn.microsoft.com/en-us/azure/aks/create-postgresql-ha?tabs=helm"
848-
},
849-
{
850-
"title": "Deploy a highly available PostgreSQL database on AKS with Azure CLI",
851-
"url": "https://learn.microsoft.com/en-us/azure/aks/deploy-postgresql-ha?tabs=helm"
846+
"title": "Use Microsoft Entra Workload ID with Azure Kubernetes Service (AKS)",
847+
"url": "https://learn.microsoft.com/en-us/azure/aks/workload-identity-overview"
852848
}
853849

854850
],
855851
"configurations": {
856-
"permissions": []
852+
"permissions": [],
853+
"configurableParams": [
854+
{
855+
"inputType": "textInput",
856+
"commandKey": "MY_AKS_RESOURCE_GROUP",
857+
"title": "Resource Group Name",
858+
"defaultValue": ""
859+
},
860+
{
861+
"inputType": "textInput",
862+
"commandKey": "MY_AKS_CLUSTER_NAME",
863+
"title": "AKS Cluster Name",
864+
"defaultValue": ""
865+
}
866+
]
857867
}
858868
}
859869
]

0 commit comments

Comments
 (0)