Skip to content

Commit 5b5d728

Browse files
committed
Freshness works
1 parent 83d59fa commit 5b5d728

File tree

7 files changed

+22
-20
lines changed

7 files changed

+22
-20
lines changed

articles/azure-app-configuration/concept-key-value.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: Understand key-value storage in Azure App Configuration, which stor
44
author: maud-lv
55
ms.author: malev
66
ms.service: azure-app-configuration
7-
ms.topic: conceptual
8-
ms.date: 05/13/2024
7+
ms.topic: concept-article
8+
ms.date: 04/16/2025
99
ms.custom: devdivchpfy22
1010
---
1111

articles/azure-app-configuration/index.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010
ms.custom:
1111
- build-2024
1212
ms.topic: landing-page
13-
ms.date: 05/10/2024
13+
ms.date: 04/16/2025
1414
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
1515

1616
landingContent:
Binary file not shown.
Loading

articles/managed-grafana/overview.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: maud-lv
66
ms.author: malev
77
ms.service: azure-managed-grafana
88
ms.topic: overview
9-
ms.date: 04/25/2024
9+
ms.date: 04/16/2025
1010
---
1111

1212
# What is Azure Managed Grafana?
@@ -66,7 +66,8 @@ The [Azure Managed Grafana pricing page](https://azure.microsoft.com/pricing/det
6666

6767
Different quotas apply to Azure Managed Grafana service instances depending on their service tiers. For a list of the quotas that apply to the Essential (preview) and Standard pricing plans, see [quotas](known-limitations.md#throttling-limits-and-quotas).
6868

69-
## Next steps
69+
## Related content
7070

71-
> [!div class="nextstepaction"]
72-
> [Create an Azure Managed Grafana workspace using the Azure portal](./quickstart-managed-grafana-portal.md)
71+
- [Create an Azure Managed Grafana workspace using the Azure portal](quickstart-managed-grafana-portal.md)
72+
- [Create an Azure Managed Grafana workspace using the Azure CLI](quickstart-managed-grafana-cli.md)
73+
- [Frequently asked questions](faq.md)

articles/managed-grafana/quickstart-managed-grafana-portal.md

+12-11
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: azure-managed-grafana
77
ms.topic: quickstart
88
author: maud-lv
99
ms.author: malev
10-
ms.date: 04/25/2024
10+
ms.date: 04/16/2025
1111
---
1212

1313
# Quickstart: Create an Azure Managed Grafana workspace using the Azure portal
@@ -34,13 +34,14 @@ In this quickstart, you get started with Azure Managed Grafana by creating an Az
3434

3535
1. In the **Basics** pane, enter the following settings.
3636

37-
| Setting | Sample value | Description |
38-
|---------------------|---------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
39-
| Subscription ID | *my-subscription* | Select the Azure subscription you want to use. |
40-
| Resource group name | *my-resource-group* | Create a resource group for your Azure Managed Grafana resources. |
41-
| Location | *(US) East US* | Use Location to specify the geographic location in which to host your resource. Choose the location closest to you. |
42-
| Name | *my-grafana* | Enter a unique resource name. It will be used as the domain name in your Azure Managed Grafana workspace URL. |
43-
| Pricing Plan | *Essential (preview)* | Choose between the Essential (preview) or the Standard plan. The Essential plan is the cheapest option you can use to evaluate the service. This plan doesn't have an SLA and isn't recommended for production use. For more information about Azure Managed Grafana plans, go to [pricing plans](overview.md#service-tiers). |
37+
| Setting | Sample value | Description |
38+
|---------------------|-----------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
39+
| Subscription ID | *my-subscription* | Select the Azure subscription you want to use. |
40+
| Resource group name | *my-resource-group* | Create a resource group for your Azure Managed Grafana resources. |
41+
| Location | *(US) East US* | Use Location to specify the geographic location in which to host your resource. Choose the location closest to you. |
42+
| Name | *my-grafana* | Enter a unique resource name. It will be used as the domain name in your Azure Managed Grafana workspace URL. |
43+
| Pricing plan | *Essential (preview)* | Choose between the Essential (preview) or the Standard plan. The Essential plan is the cheapest option you can use to evaluate the service. This plan doesn't have an SLA and isn't recommended for production use. For more information about Azure Managed Grafana plans, go to [pricing plans](overview.md#service-tiers). |
44+
| Grafana version | *11* | Choose the latest Grafana version, or the version that best suits your needs. |
4445

4546
1. If you've chosen the Standard plan, optionally enable zone redundancy for your new workspace.
4647
1. Select **Next : Advanced >** to access additional options:
@@ -56,13 +57,13 @@ In this quickstart, you get started with Azure Managed Grafana by creating an Az
5657
1. The box **Add role assignment to this identity with 'Monitoring Reader' role on target subscription** is checked by default.
5758

5859
1. The box **Include myself** under **Grafana administrator role** is checked. This option grants you the Grafana administrator role, and lets you manage access rights. You can give this right to more members by selecting **Add**. If this option grays out for you, ask someone with the Owner role on the subscription to assign you the Grafana Admin role.
59-
60+
61+
1. If you've opted for the Standard plan, optionally disable public access and create a private endpoint that can access your resource.
62+
6063
1. Optionally select **Next : Tags** and add tags to categorize resources.
6164

6265
1. Select **Next : Review + create >**. After validation runs, select **Create**. Your Azure Managed Grafana resource is deploying.
6366

64-
:::image type="content" source="media/quickstart-portal/create-form-validation.png" alt-text="Screenshot of the Azure portal. Create workspace form. Validation.":::
65-
6667
## Access your Azure Managed Grafana workspace
6768

6869
1. Once the deployment is complete, select **Go to resource** to open your resource.

articles/managed-grafana/toc.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ items:
1010
- name: Quickstarts
1111
expanded: true
1212
items:
13-
- name: Create an instance - Portal
13+
- name: Create a workspace - Portal
1414
href: quickstart-managed-grafana-portal.md
15-
- name: Create an instance - Azure CLI
15+
- name: Create a workspace - Azure CLI
1616
href: quickstart-managed-grafana-cli.md
1717
- name: Tutorial
1818
expanded: true

0 commit comments

Comments
 (0)