Skip to content

Commit 3d1cfaa

Browse files
authored
Merge pull request #262088 from MicrosoftDocs/main
Merge main to live, 4 AM
2 parents da839f0 + 7eb42f5 commit 3d1cfaa

File tree

93 files changed

+733
-1030
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+733
-1030
lines changed

articles/advisor/permissions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ When you attempt to configure subscriptions or resource groups in Advisor, you m
3838

3939
### Unable to postpone or dismiss a recommendation
4040

41-
If you receive an error when trying to postpone or dismiss a recommendation, you may not have sufficient permissions. Make sure that you have at least contributor access to the impacted resource of the recommendation you are postponing or dismissing. To resolve this issue, learn how to [grant a user access](../role-based-access-control/quickstart-assign-role-user-portal.md).
41+
If you receive an error when trying to postpone or dismiss a recommendation, you might not have sufficient permissions. Dismissing a recommendation means you can't see it again unless manually reactivated, so you might potentially overlook important advice for optimizing Azure deployments. Therefore, it’s crucial that only users with sufficient permissions can dismiss recommendations. Make sure that you have at least contributor access to the impacted resource of the recommendation you're postponing or dismissing. To resolve this issue, learn how to [grant a user access](../role-based-access-control/quickstart-assign-role-user-portal.md).
4242

4343
## Next steps
4444

articles/aks/learn/quick-kubernetes-deploy-bicep-extensibility-kubernetes-provider.md

Lines changed: 5 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 'Quickstart: Create an Azure Kubernetes Service (AKS) cluster using the B
33
description: Learn how to quickly create a Kubernetes cluster using the Bicep extensibility Kubernetes provider and deploy an application in Azure Kubernetes Service (AKS).
44
ms.topic: quickstart
55
ms.custom: devx-track-bicep
6-
ms.date: 10/23/2023
6+
ms.date: 12/27/2023
77
#Customer intent: As a developer or cluster operator, I want to quickly create an AKS cluster and deploy an application so that I can see how to run applications using the managed Kubernetes service in Azure.
88
---
99

@@ -14,9 +14,6 @@ Azure Kubernetes Service (AKS) is a managed Kubernetes service that lets you qui
1414
* Deploy an AKS cluster using the Bicep extensibility Kubernetes provider (preview).
1515
* Run a sample multi-container application with a group of microservices and web front ends simulating a retail scenario.
1616

17-
> [!NOTE]
18-
> This sample application is just for demo purposes and doesn't represent all the best practices for Kubernetes applications.
19-
2017
:::image type="content" source="media/quick-kubernetes-deploy-bicep-extensibility-kubernetes-provider/aks-store-application.png" alt-text="Screenshot of browsing to Azure Store sample application." lightbox="media/quick-kubernetes-deploy-bicep-extensibility-kubernetes-provider/aks-store-application.png":::
2118

2219
> [!IMPORTANT]
@@ -413,43 +410,26 @@ If you don't plan on going through the following tutorials, clean up unnecessary
413410
414411
## Next steps
415412
416-
In this quickstart, you deployed a Kubernetes cluster and then deployed a sample multi-container application to it.
413+
In this quickstart, you deployed a Kubernetes cluster and then deployed a simple multi-container application to it. This sample application is for demo purposes only and doesn't represent all the best practices for Kubernetes applications. For guidance on creating full solutions with AKS for production, see [AKS solution guidance][aks-solution-guidance].
417414
418-
To learn more about AKS and walk through a complete code to deployment example, continue to the Kubernetes cluster tutorial.
415+
To learn more about AKS and walk through a complete code-to-deployment example, continue to the Kubernetes cluster tutorial.
419416
420417
> [!div class="nextstepaction"]
421418
> [AKS tutorial][aks-tutorial]
422419
423420
<!-- LINKS - external -->
424-
[azure-vote-app]: https://github.com/Azure-Samples/azure-voting-app-redis.git
425-
[kubectl]: https://kubernetes.io/docs/user-guide/kubectl/
426-
[kubectl-apply]: https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#apply
427-
[kubectl-get]: https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#get
428-
[azure-dev-spaces]: /previous-versions/azure/dev-spaces/
429421
[aks-quickstart-templates]: https://azure.microsoft.com/resources/templates/?term=Azure+Kubernetes+Service
430422
431423
<!-- LINKS - internal -->
432424
[kubernetes-concepts]: ../concepts-clusters-workloads.md
433-
[aks-monitor]: ../../azure-monitor/containers/container-insights-onboard.md
434425
[aks-tutorial]: ../tutorial-kubernetes-prepare-app.md
435-
[az-aks-browse]: /cli/azure/aks#az_aks_browse
436-
[az-aks-create]: /cli/azure/aks#az_aks_create
437-
[az-aks-get-credentials]: /cli/azure/aks#az_aks_get_credentials
438-
[import-azakscredential]: /powershell/module/az.aks/import-azakscredential
439-
[az-aks-install-cli]: /cli/azure/aks#az_aks_install_cli
440-
[install-azakskubectl]: /powershell/module/az.aks/install-azaksclitool
441426
[az-group-create]: /cli/azure/group#az_group_create
442427
[az-group-delete]: /cli/azure/group#az_group_delete
443428
[remove-azresourcegroup]: /powershell/module/az.resources/remove-azresourcegroup
444-
[azure-cli-install]: /cli/azure/install-azure-cli
445-
[install-azure-powershell]: /powershell/azure/install-az-ps
446-
[connect-azaccount]: /powershell/module/az.accounts/Connect-AzAccount
447-
[sp-delete]: ../kubernetes-service-principal.md#additional-considerations
448429
[kubernetes-deployment]: ../concepts-clusters-workloads.md#deployments-and-yaml-manifests
449-
[kubernetes-service]: ../concepts-network.md#services
450430
[ssh-keys]: ../../virtual-machines/linux/create-ssh-keys-detailed.md
451-
[az-ad-sp-create-for-rbac]: /cli/azure/ad/sp#az_ad_sp_create_for_rbac
452431
[az-deployment-group-create]: /cli/azure/group/deployment#az_deployment_group_create
453432
[new-azresourcegroup]: /powershell/module/az.resources/new-azresourcegroup
454433
[new-azresourcegroupdeployment]: /powershell/module/az.resources/new-azresourcegroupdeployment
455-
[az-sshkey-create]: /cli/azure/sshkey#az_sshkey_create
434+
[az-sshkey-create]: /cli/azure/sshkey#az_sshkey_create
435+
[aks-solution-guidance]: /azure/architecture/reference-architectures/containers/aks-start-here?WT.mc_id=AKSDOCSPAGE

articles/aks/learn/quick-kubernetes-deploy-bicep.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: 'Quickstart: Create an Azure Kubernetes Service (AKS) cluster using Bicep'
33
description: Learn how to quickly create a Kubernetes cluster using a Bicep file and deploy an application in Azure Kubernetes Service (AKS).
44
ms.topic: quickstart
5-
ms.date: 10/23/2023
5+
ms.date: 12/27/2023
66
ms.custom: mvc, subject-armbicep, devx-track-bicep, devx-track-azurecli, devx-track-linux
77
#Customer intent: As a developer or cluster operator, I want to quickly create an AKS cluster and deploy an application so that I can see how to run applications using the managed Kubernetes service in Azure.
88
---
@@ -14,9 +14,6 @@ Azure Kubernetes Service (AKS) is a managed Kubernetes service that lets you qui
1414
* Deploy an AKS cluster using Bicep.
1515
* Run a sample multi-container application with a group of microservices and web front ends simulating a retail scenario.
1616

17-
> [!NOTE]
18-
> This sample application is just for demo purposes and doesn't represent all the best practices for Kubernetes applications.
19-
2017
:::image type="content" source="media/quick-kubernetes-deploy-bicep/aks-store-application.png" alt-text="Screenshot of browsing to Azure Store sample application." lightbox="media/quick-kubernetes-deploy-bicep/aks-store-application.png":::
2118

2219
## Before you begin
@@ -495,9 +492,9 @@ If you don't plan on going through the following tutorials, clean up unnecessary
495492
496493
## Next steps
497494
498-
In this quickstart, you deployed a Kubernetes cluster and then deployed a sample multi-container application to it.
495+
In this quickstart, you deployed a Kubernetes cluster and then deployed a simple multi-container application to it. This sample application is for demo purposes only and doesn't represent all the best practices for Kubernetes applications. For guidance on creating full solutions with AKS for production, see [AKS solution guidance][aks-solution-guidance].
499496
500-
To learn more about AKS and walk through a complete code to deployment example, continue to the Kubernetes cluster tutorial.
497+
To learn more about AKS and walk through a complete code-to-deployment example, continue to the Kubernetes cluster tutorial.
501498
502499
> [!div class="nextstepaction"]
503500
> [AKS tutorial][aks-tutorial]
@@ -521,4 +518,5 @@ To learn more about AKS and walk through a complete code to deployment example,
521518
[kubernetes-deployment]: ../concepts-clusters-workloads.md#deployments-and-yaml-manifests
522519
[ssh-keys]: ../../virtual-machines/linux/create-ssh-keys-detailed.md
523520
[new-az-aks-cluster]: /powershell/module/az.aks/new-azakscluster
524-
[az-sshkey-create]: /cli/azure/sshkey#az_sshkey_create
521+
[az-sshkey-create]: /cli/azure/sshkey#az_sshkey_create
522+
[aks-solution-guidance]: /azure/architecture/reference-architectures/containers/aks-start-here?WT.mc_id=AKSDOCSPAGE

0 commit comments

Comments
 (0)