Skip to content

Commit 0805714

Browse files
committed
fixed links
1 parent 822d747 commit 0805714

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

articles/azure-resource-manager/management/azure-subscription-service-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ The following table details the features and limits of the Basic, Standard, and
281281

282282
## Event Grid limits
283283

284-
[!INCLUDE [event-grid-limits](../../../articles/event-grid/includes/event-grid-limits.md)]
284+
[!INCLUDE [event-grid-limits](../../../articles/event-grid/includes/limits.md)]
285285

286286
## Event Hubs limits
287287
[!INCLUDE [event-hubs-limits](../../../includes/event-hubs-limits.md)]

articles/event-grid/subscribe-to-graph-api-events.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ Body:
7070

7171
Here are some of the key headers and payload properties:
7272

73-
- `x-ms-enable-features`: Header used to indicate your desire to participate in the private preview capability to send events to Azure Event Grid. Its value must be "EventGrid". This header must be included with the request when creating a Microsoft Graph API subscription.
73+
- `x-ms-enable-features`: Header used to indicate your desire to participate in the preview capability to send events to Azure Event Grid. Its value must be `EventGrid`. This header must be included with the request when creating a Microsoft Graph API subscription.
7474
- `changeType`: the kind of resource changes for which you want to receive events. Valid values: `Updated`, `Deleted`, and `Created`. You can specify one or more of these values separated by commas.
7575
- `notificationUrl`: a URI that conforms to the following pattern: `EventGrid:?azuresubscriptionid=<you-azure-subscription-id>&resourcegroup=<your-resource-group-name>&partnertopic=<the-name-for-your-partner-topic>&location=<the-Azure-region-where-you-want-the-topic-created>`.
76-
- resource: the resource for which you need events announcing state changes.
77-
- expirationDateTime: the expiration time at which the subscription will expire and hence the flow of events will stop. It must conform to the format specified in [RFC 3339](https://tools.ietf.org/html/rfc3339). You must specify an expiration time that is within the [maximum subscription length allowable for the resource type](/graph/api/resources/subscription#maximum-length-of-subscription-per-resource-type) used.
76+
- resource: the resource that generates events to announce state changes.
77+
- expirationDateTime: the expiration time at which the subscription expires and hence the flow of events stop. It must conform to the format specified in [RFC 3339](https://tools.ietf.org/html/rfc3339). You must specify an expiration time that is within the [maximum subscription length allowable for the resource type](/graph/api/resources/subscription#maximum-length-of-subscription-per-resource-type) used.
7878
- client state. A value that is set by you when creating a Graph API subscription. For more information, see [Graph API subscription properties](/graph/api/resources/subscription#properties).
7979

8080
> [!NOTE]
@@ -95,7 +95,7 @@ Here are some of the key headers and payload properties:
9595
When you create a Graph API subscription with a `notificationUrl` bound to Event Grid, a partner topic is created in your Azure subscription. For that partner topic, you [configure event subscriptions](event-filtering.md) to send your events to any of the supported [event handlers](event-handlers.md) that best meets your requirements to process the events.
9696
9797
#### Microsoft Graph API Explorer
98-
For quick tests and to get to know the API, you could use the [Microsoft Graph API explorer](/graph/graph-explorer/graph-explorer-features). For anything else beyond casuals tests or learning, you should use the Graph SDKs as described above.
98+
For quick tests and to get to know the API, you could use the [Microsoft Graph API explorer](/graph/graph-explorer/graph-explorer-features). For anything else beyond casuals tests or learning, you should use the Graph SDKs.
9999
100100
[!INCLUDE [activate-partner-topic](includes/activate-partner-topic.md)]
101101

articles/storage/blobs/storage-blob-event-quickstart-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ The deployment may take a few minutes to complete. After the deployment has succ
9595

9696
You should see the site with no messages currently displayed.
9797

98-
[!INCLUDE [register-provider-powershell.md](../../event-grid/register-provider-powershell.md)]
98+
[!INCLUDE [register-provider-powershell.md](../../event-grid/includes/register-provider-powershell.md)]
9999

100100
## Subscribe to your storage account
101101

0 commit comments

Comments
 (0)