Skip to content

Commit ddd40ed

Browse files
authored
Merge pull request #215444 from msjasteppe/events-updates
Editing TOC.
2 parents 8c0fa46 + c9d7925 commit ddd40ed

File tree

6 files changed

+51
-40
lines changed

6 files changed

+51
-40
lines changed

.openpublishing.redirection.healthcare-apis.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,6 +541,14 @@
541541
"source_path_from_root": "/articles/healthcare-apis/iot/iot-metrics-diagnostics-export.md",
542542
"redirect_url": "/azure/healthcare-apis/iot/how-to-enable-diagnostic-settings",
543543
"redirect_document_id": false
544-
}
544+
},
545+
{ "source_path_from_root": "/articles/healthcare-apis/events/events-display-metrics.md",
546+
"redirect_url": "/azure/healthcare-apis/events/events-use-metrics",
547+
"redirect_document_id": false
548+
},
549+
{ "source_path_from_root": "/articles/healthcare-apis/events/events-export-logs-metrics.md",
550+
"redirect_url": "/azure/healthcare-apis/events/events-enable-diagnostic-settings",
551+
"redirect_document_id": false
552+
}
545553
]
546554
}

articles/healthcare-apis/events/events-deploy-portal.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ author: msjasteppe
66
ms.service: healthcare-apis
77
ms.subservice: fhir
88
ms.topic: quickstart
9-
ms.date: 07/06/2022
9+
ms.date: 10/21/2022
1010
ms.author: jasteppe
1111
---
1212

1313
# Deploy Events using the Azure portal
1414

15-
In this quickstart, you’ll learn how to deploy the Azure Health Data Services Events feature in the Azure portal to send Fast Healthcare Interoperability Resources (FHIR®) event messages.
15+
In this Quickstart, you’ll learn how to deploy the Azure Health Data Services Events feature in the Azure portal to send Fast Healthcare Interoperability Resources (FHIR®) event messages.
1616

1717
## Prerequisites
1818

@@ -44,7 +44,7 @@ It's important that you have the following prerequisites completed before you be
4444
* **Name**: Provide a name for your Events subscription.
4545
* **System Topic Name**: Provide a name for your System Topic.
4646

47-
>[!NOTE]
47+
> [!NOTE]
4848
> The first time you set up the Events feature, you will be required to enter a new **System Topic Name**. Once the system topic for the workspace is created, the **System Topic Name** will be used for any additional Events subscriptions that you create within the workspace.
4949
5050
* **Event types**: Type of FHIR events to send messages for (for example: create, updated, and deleted).
@@ -67,25 +67,25 @@ It's important that you have the following prerequisites completed before you be
6767

6868
:::image type="content" source="media/events-deploy-in-portal/events-new-subscription-created.png" alt-text="Screenshot of a successfully deployed events subscription." lightbox="media/events-deploy-in-portal/events-new-subscription-created.png":::
6969

70-
>[!TIP]
71-
>For more information about providing access using an Azure Managed identity, see [Assign a system-managed identity to an Event Grid system topic](../../event-grid/enable-identity-system-topics.md) and [Event delivery with a managed identity](../../event-grid/managed-service-identity.md)
70+
> [!TIP]
71+
> For more information about providing access using an Azure Managed identity, see [Assign a system-managed identity to an Event Grid system topic](../../event-grid/enable-identity-system-topics.md) and [Event delivery with a managed identity](../../event-grid/managed-service-identity.md)
7272
>
73-
>For more information about managed identities, see [What are managed identities for Azure resources](../../active-directory/managed-identities-azure-resources/overview.md)
73+
> For more information about managed identities, see [What are managed identities for Azure resources](../../active-directory/managed-identities-azure-resources/overview.md)
7474
>
75-
>For more information about Azure role-based access control (Azure RBAC), see [What is Azure role-based access control (Azure RBAC)](../../role-based-access-control/overview.md)
75+
> For more information about Azure role-based access control (Azure RBAC), see [What is Azure role-based access control (Azure RBAC)](../../role-based-access-control/overview.md)
7676
7777
## Next steps
7878

7979
In this article, you've learned how to deploy Events in the Azure portal.
8080

81-
To learn how to display the Events metrics, see
81+
To learn how to enable the Events metrics, see
8282

83-
>[!div class="nextstepaction"]
84-
>[How to display Events metrics](./events-display-metrics.md)
83+
> [!div class="nextstepaction"]
84+
> [How to use Events metrics](events-use-metrics.md)
8585
8686
To learn how to export Event Grid system diagnostic logs and metrics, see
8787

88-
>[!div class="nextstepaction"]
89-
>[How to export Events diagnostic logs and metrics](./events-display-metrics.md)
88+
> [!div class="nextstepaction"]
89+
> [How to enable Events diagnostic logs and metrics](events-enable-diagnostic-settings.md)
9090
9191
FHIR® is a registered trademark of Health Level Seven International, registered in the U.S. Trademark Office and is used with their permission.

articles/healthcare-apis/events/events-export-logs-metrics.md renamed to articles/healthcare-apis/events/events-enable-diagnostic-settings.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Configure Events diagnostic settings for diagnostic logs and metrics export - Azure Health Data Services
3-
description: This article provides resources on how to configure Events Diagnostic settings for diagnostic logs and metrics exporting.
2+
title: Enable Events diagnostic settings for diagnostic logs and metrics export - Azure Health Data Services
3+
description: This article provides resources on how to enable Events diagnostic settings for diagnostic logs and metrics exporting.
44
services: healthcare-apis
55
author: msjasteppe
66
ms.service: healthcare-apis
@@ -10,11 +10,11 @@ ms.date: 07/06/2022
1010
ms.author: jasteppe
1111
---
1212

13-
# Configure Events diagnostic settings
13+
# Enable Events diagnostic settings
1414

15-
In this article, you'll be provided resources to configure the Events diagnostic settings for Azure Event Grid system topics.
15+
In this article, you'll be provided resources to enable the Events diagnostic settings for Azure Event Grid system topics.
1616

17-
After they're configured, Event Grid system topics diagnostic logs and metrics will be exported for audit, analysis, troubleshooting, or backup.
17+
After they're enabled, Event Grid system topics diagnostic logs and metrics will be exported for audit, analysis, troubleshooting, or backup.
1818

1919
## Resources
2020

@@ -30,9 +30,9 @@ After they're configured, Event Grid system topics diagnostic logs and metrics w
3030
3131
## Next steps
3232

33-
To learn how to display Events metrics in the Azure portal, see
33+
To learn how to use Events metrics in the Azure portal, see
3434

35-
>[!div class="nextstepaction"]
36-
>[How to display Events metrics](./events-display-metrics.md)
35+
> [!div class="nextstepaction"]
36+
> [How to use Events metrics](events-use-metrics.md)
3737
3838
FHIR® is a registered trademark of Health Level Seven International, registered in the U.S. Trademark Office and is used with their permission.

articles/healthcare-apis/events/events-display-metrics.md renamed to articles/healthcare-apis/events/events-use-metrics.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@ author: msjasteppe
66
ms.service: healthcare-apis
77
ms.subservice: fhir
88
ms.topic: how-to
9-
ms.date: 07/06/2022
9+
ms.date: 10/21/2022
1010
ms.author: jasteppe
1111
---
1212

13-
# How to display Events metrics
13+
# How to use Events metrics
1414

15-
In this article, you'll learn how to display Events metrics in the Azure portal.
15+
In this article, you'll learn how to use Events metrics in the Azure portal.
1616

1717
> [!NOTE]
1818
> For the purposes of this article, an Azure Event Hubs event hub was used as the Events message endpoint.
1919
20-
## Display metrics
20+
## Use metrics
2121

2222
1. Within your Azure Health Data Services workspace, select the **Events** button.
2323

@@ -39,7 +39,7 @@ In this article, you'll learn how to display Events metrics in the Azure portal.
3939

4040
To learn how to export Events Azure Event Grid system diagnostic logs and metrics, see
4141

42-
>[!div class="nextstepaction"]
43-
>[Configure Events diagnostic logs and metrics exporting](./events-export-logs-metrics.md)
42+
> [!div class="nextstepaction"]
43+
> [Configure Events diagnostic logs and metrics exporting](events-enable-diagnostic-settings.md)
4444
4545
FHIR® is a registered trademark of Health Level Seven International, registered in the U.S. Trademark Office and is used with their permission.

articles/healthcare-apis/events/toc.yml

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,20 @@ items:
1919
- name: How-to guides
2020
expanded: true
2121
items:
22-
- name: Display Events metrics
23-
href: events-display-metrics.md
24-
- name: Configure Events diagnostic settings
25-
href: events-export-logs-metrics.md
22+
- name: Monitor
23+
expanded: true
24+
items:
25+
- name: Use metrics
26+
href: events-use-metrics.md
27+
- name: Enable diagnostic settings
28+
href: events-enable-diagnostic-settings.md
2629
- name: Disable Events and delete workspaces
27-
href: events-disable-delete-workspace.md
30+
href: events-disable-delete-workspace.md
31+
- name: Troubleshoot and problem solve
32+
expanded: true
33+
items:
34+
- name: Events troubleshooting guide
35+
href: events-troubleshooting-guide.md
2836
- name: Concepts
2937
expanded: true
3038
items:
@@ -35,8 +43,3 @@ items:
3543
items:
3644
- name: FAQs
3745
href: events-faqs.md
38-
- name: Troubleshooting
39-
expanded: true
40-
items:
41-
- name: Events troubleshooting guide
42-
href: events-troubleshooting-guide.md

articles/healthcare-apis/iot/toc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ items:
3333
- name: How-to guides
3434
expanded: true
3535
items:
36-
- name: Mappings
36+
- name: Map
3737
expanded: true
3838
items:
3939
- name: Device
@@ -60,10 +60,10 @@ items:
6060
href: how-to-use-fhir-mappings.md
6161
- name: Create copies of mappings
6262
href: how-to-create-mappings-copies.md
63-
- name: Monitoring
63+
- name: Monitor
6464
expanded: true
6565
items:
66-
- name: Monitoring tab metrics
66+
- name: Use the monitoring tab metrics
6767
href: how-to-use-monitoring-tab.md
6868
- name: Configure metrics
6969
href: how-to-configure-metrics.md

0 commit comments

Comments
 (0)