Skip to content

Commit b76af52

Browse files
committed
update image syntax
Signed-off-by: Hannah Hunter <[email protected]>
1 parent 5c3cd28 commit b76af52

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

articles/managed-grafana/how-to-configure-mcp-for-ai-foundry.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ You use the endpoint hostname when you configure the tool in Foundry.
2929
1. In the [Azure portal](https://portal.azure.com), open your Azure Managed Grafana resource.
3030
1. On the **Overview** page, copy the **Endpoint** value. For example: `my-grafana-<id>.<region>.grafana.azure.com`.
3131

32-
:::image type="content" source="media/how-to-configure-mcp-for-ai-foundry/1-find-grafana-endpoint.png" alt-text="Screenshot of Azure portal showing the Azure Managed Grafana endpoint on the Overview page.":::
32+
:::image type="content" source="media/how-to-configure-mcp-for-ai-foundry/1-find-grafana-endpoint.png" alt-text="Screenshot of Azure portal showing the Azure Managed Grafana endpoint on the Overview page." lightbox="media/how-to-configure-mcp-for-ai-foundry/1-find-grafana-endpoint-expanded.png":::
3333

3434
## Grant your Foundry project identity access to Azure Managed Grafana
3535

@@ -53,7 +53,7 @@ To find the correct principal:
5353
> [!NOTE]
5454
> Role assignments can take a few minutes to propagate. If the first validation attempt fails with authorization errors, wait and try again.
5555
56-
:::image type="content" source="media/how-to-configure-mcp-for-ai-foundry/2-add-role-based-access-control.png" alt-text="Screenshot of Azure portal showing a role assignment being added to Azure Managed Grafana.":::
56+
:::image type="content" source="media/how-to-configure-mcp-for-ai-foundry/2-add-role-based-access-control.png" alt-text="Screenshot of Azure portal showing a role assignment being added to Azure Managed Grafana." lightbox="media/how-to-configure-mcp-for-ai-foundry/2-add-role-based-access-control-expanded.png":::
5757

5858
## Create an agent in Azure AI Foundry
5959

@@ -62,15 +62,15 @@ To find the correct principal:
6262
1. Select a model that supports tool calling. In this example, we use `gpt-5.1`.
6363
1. Enter a name and description for the agent.
6464

65-
:::image type="content" source="media/how-to-configure-mcp-for-ai-foundry/3-create-new-agent.png" alt-text="Screenshot of Azure AI Foundry showing the New agent creation flow.":::
65+
:::image type="content" source="media/how-to-configure-mcp-for-ai-foundry/3-create-new-agent.png" alt-text="Screenshot of Azure AI Foundry showing the New agent creation flow." lightbox="media/how-to-configure-mcp-for-ai-foundry/3-create-new-agent-expanded.png":::
6666

6767
## Add the Azure Managed Grafana MCP tool
6868

6969
1. In the agent configuration, go to **Tools**.
7070
1. Select **+ Add tool**.
7171
1. Select **Catalog**, then select **Azure Managed Grafana**.
7272

73-
:::image type="content" source="media/how-to-configure-mcp-for-ai-foundry/4-agent-add-mcp.png" alt-text="Screenshot of Azure AI Foundry agent tool catalog with Azure Managed Grafana selected.":::
73+
:::image type="content" source="media/how-to-configure-mcp-for-ai-foundry/4-agent-add-mcp.png" alt-text="Screenshot of Azure AI Foundry agent tool catalog with Azure Managed Grafana selected." lightbox="media/how-to-configure-mcp-for-ai-foundry/4-agent-add-mcp-expanded.png":::
7474

7575
1. Configure the tool settings:
7676

@@ -82,7 +82,7 @@ To find the correct principal:
8282
| **Audience** | The application ID for Azure Managed Grafana: `ce34e7e5-485f-4d76-964f-b3d2b16d1e4f` |
8383

8484

85-
:::image type="content" source="media/how-to-configure-mcp-for-ai-foundry/5-mcp-config.png" alt-text="Screenshot of Azure AI Foundry showing Azure Managed Grafana MCP tool configuration values.":::
85+
:::image type="content" source="media/how-to-configure-mcp-for-ai-foundry/5-mcp-config.png" alt-text="Screenshot of Azure AI Foundry showing Azure Managed Grafana MCP tool configuration values." lightbox="media/how-to-configure-mcp-for-ai-foundry/5-mcp-config-expanded.png":::
8686

8787
## Validate the sample
8888

@@ -92,7 +92,7 @@ After you save the tool configuration, validate the setup from the agent chat.
9292
1. Submit a connectivity prompt, like *List all Azure subscriptions available through Azure Managed Grafana MCP*.
9393
1. Confirm that the response includes grounded tool output rather than a generic model-only answer.
9494

95-
:::image type="content" source="media/how-to-configure-mcp-for-ai-foundry/6-agent-trigger-resource-graph.png" alt-text="Screenshot of Azure AI Foundry chat where the agent invokes Azure Managed Grafana MCP tools.":::
95+
:::image type="content" source="media/how-to-configure-mcp-for-ai-foundry/6-agent-trigger-resource-graph.png" alt-text="Screenshot of Azure AI Foundry chat where the agent invokes Azure Managed Grafana MCP tools." lightbox="media/how-to-configure-mcp-for-ai-foundry/6-agent-trigger-resource-graph-expanded.png":::
9696

9797
### Sample prompts
9898

0 commit comments

Comments
 (0)