Skip to content

Commit 532a954

Browse files
authored
Merge pull request #279502 from JnHs/jh-aks-edwfix
fixes
2 parents 49b5ddf + a1abb59 commit 532a954

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

articles/aks/eks-edw-deploy.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ In this article, you will deploy an [AWS EDW workload][eks-edw-overview] to Azur
3535
3636
You use the `deploy.sh` script in the `deployment` directory of the [GitHub repository][github-repo] to deploy the application to Azure.
3737
38-
The script first checks that all of the [prerequisite tools][prerequisites] are installed. If not, the script terminates and displays an error message letting you know which prerequisites are missing. If this happens, review the prerequisites, install any missing tools, and then run the script again. You need [Node autoprovisioning (NAP) for AKS] feature flag registered on your Azure subscription. If it isn't already registered, the script executes an Azure CLI command to register the feature flag.
38+
The script first checks that all of the [prerequisite tools][prerequisites] are installed. If not, the script terminates and displays an error message letting you know which prerequisites are missing. If this happens, review the prerequisites, install any missing tools, and then run the script again. The [Node autoprovisioning (NAP) for AKS][nap-aks] feature flag must be registered on your Azure subscription. If it isn't already registered, the script executes an Azure CLI command to register the feature flag.
3939
4040
The script records the state of the deployment in a file called `deploy.state`, which is located in the `deployment` directory. You can use this file to set environment variables when deploying the app.
4141
@@ -304,3 +304,4 @@ For more information on developing and running applications in AKS, see the foll
304304
[helm-aks]: ./kubernetes-helm.md
305305
[k8s-aks]: ./deploy-marketplace.md
306306
[openai-aks]: ./open-ai-quickstart.md
307+
[nap-aks]: ./node-autoprovision.md
16.8 KB
Loading
-30.5 KB
Loading

0 commit comments

Comments
 (0)