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: articles/advisor/permissions.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
@@ -38,7 +38,7 @@ When you attempt to configure subscriptions or resource groups in Advisor, you m
38
38
39
39
### Unable to postpone or dismiss a recommendation
40
40
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).
Copy file name to clipboardExpand all lines: articles/aks/learn/quick-kubernetes-deploy-bicep-extensibility-kubernetes-provider.md
+5-25Lines changed: 5 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: 'Quickstart: Create an Azure Kubernetes Service (AKS) cluster using the B
3
3
description: Learn how to quickly create a Kubernetes cluster using the Bicep extensibility Kubernetes provider and deploy an application in Azure Kubernetes Service (AKS).
4
4
ms.topic: quickstart
5
5
ms.custom: devx-track-bicep
6
-
ms.date: 10/23/2023
6
+
ms.date: 12/27/2023
7
7
#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.
8
8
---
9
9
@@ -14,9 +14,6 @@ Azure Kubernetes Service (AKS) is a managed Kubernetes service that lets you qui
14
14
* Deploy an AKS cluster using the Bicep extensibility Kubernetes provider (preview).
15
15
* Run a sample multi-container application with a group of microservices and web front ends simulating a retail scenario.
16
16
17
-
> [!NOTE]
18
-
> This sample application is just for demo purposes and doesn't represent all the best practices for Kubernetes applications.
19
-
20
17
:::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":::
21
18
22
19
> [!IMPORTANT]
@@ -413,43 +410,26 @@ If you don't plan on going through the following tutorials, clean up unnecessary
413
410
414
411
## Next steps
415
412
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].
417
414
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.
#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.
8
8
---
@@ -14,9 +14,6 @@ Azure Kubernetes Service (AKS) is a managed Kubernetes service that lets you qui
14
14
* Deploy an AKS cluster using Bicep.
15
15
* Run a sample multi-container application with a group of microservices and web front ends simulating a retail scenario.
16
16
17
-
> [!NOTE]
18
-
> This sample application is just for demo purposes and doesn't represent all the best practices for Kubernetes applications.
19
-
20
17
:::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":::
21
18
22
19
## Before you begin
@@ -495,9 +492,9 @@ If you don't plan on going through the following tutorials, clean up unnecessary
495
492
496
493
## Next steps
497
494
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].
499
496
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.
501
498
502
499
> [!div class="nextstepaction"]
503
500
> [AKS tutorial][aks-tutorial]
@@ -521,4 +518,5 @@ To learn more about AKS and walk through a complete code to deployment example,
0 commit comments