Skip to content

Commit 17c8f3d

Browse files
committed
updating script names
1 parent 4a86566 commit 17c8f3d

12 files changed

+15
-15
lines changed

articles/event-grid/concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ A subscription tells Event Grid which events on a topic you're interested in rec
4848

4949
For examples of creating subscriptions, see:
5050

51-
* [Azure CLI samples for Event Grid](scripts/event-grid-cli-subscribe-custom-topic.md)
51+
* [Azure CLI samples for Event Grid](scripts/cli-subscribe-custom-topic.md)
5252
* [Azure PowerShell samples for Event Grid](powershell-samples.md)
5353
* [Azure Resource Manager templates for Event Grid](template-samples.md)
5454

articles/event-grid/custom-topics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@ The following sections provide links to tutorials to create custom topics using
6262
|---------|---------|
6363
| [Quickstart: create and route custom events with Azure CLI](custom-event-quickstart.md) | Shows how to use Azure CLI to send custom events. |
6464
| [Azure CLI: create Event Grid custom topic](./scripts/event-grid-cli-create-custom-topic.md)|Sample script that creates a custom topic. The script retrieves the endpoint and a key.|
65-
| [Azure CLI: subscribe to events for a custom topic](./scripts/event-grid-cli-subscribe-custom-topic.md)|Sample script that creates a subscription for a custom topic. It sends events to a WebHook.|
65+
| [Azure CLI: subscribe to events for a custom topic](./scripts/cli-subscribe-custom-topic.md)|Sample script that creates a subscription for a custom topic. It sends events to a WebHook.|
6666

6767
## Azure PowerShell tutorials
6868
|Title |Description |
6969
|---------|---------|
7070
| [Quickstart: create and route custom events with Azure PowerShell](custom-event-quickstart-powershell.md) | Shows how to use Azure PowerShell to send custom events. |
71-
| [PowerShell: create Event Grid custom topic](./scripts/event-grid-powershell-create-custom-topic.md)|Sample script that creates a custom topic. The script retrieves the endpoint and a key.|
71+
| [PowerShell: create Event Grid custom topic](./scripts/powershell-create-custom-topic.md)|Sample script that creates a custom topic. The script retrieves the endpoint and a key.|
7272
| [PowerShell: subscribe to events for a custom topic](./scripts/event-grid-powershell-subscribe-custom-topic.md)|Sample script that creates a subscription for a custom topic. It sends events to a WebHook.|
7373

7474
## ARM template tutorials

articles/event-grid/event-schema-blob-storage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1262,8 +1262,8 @@ The data object has the following properties:
12621262
| [Quickstart: route Blob storage events to a custom web endpoint with Azure CLI](../storage/blobs/storage-blob-event-quickstart.md?toc=%2fazure%2fevent-grid%2ftoc.json) | Shows how to use Azure CLI to send blob storage events to a WebHook. |
12631263
| [Quickstart: route Blob storage events to a custom web endpoint with PowerShell](../storage/blobs/storage-blob-event-quickstart-powershell.md?toc=%2fazure%2fevent-grid%2ftoc.json) | Shows how to use Azure PowerShell to send blob storage events to a WebHook. |
12641264
| [Quickstart: create and route Blob storage events with the Azure portal](blob-event-quickstart-portal.md) | Shows how to use the portal to send blob storage events to a WebHook. |
1265-
| [Azure CLI: subscribe to events for a Blob storage account](./scripts/event-grid-cli-subscribe-custom-topic.md) | Sample script that subscribes to event for a Blob storage account. It sends the event to a WebHook. |
1266-
| [PowerShell: subscribe to events for a Blob storage account](./scripts/event-grid-powershell-blob.md) | Sample script that subscribes to event for a Blob storage account. It sends the event to a WebHook. |
1265+
| [Azure CLI: subscribe to events for a Blob storage account](./scripts/cli-subscribe-custom-topic.md) | Sample script that subscribes to event for a Blob storage account. It sends the event to a WebHook. |
1266+
| [PowerShell: subscribe to events for a Blob storage account](./scripts/powershell-blob.md) | Sample script that subscribes to event for a Blob storage account. It sends the event to a WebHook. |
12671267
| [Resource Manager template: Create Blob storage and subscription](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.eventgrid/event-grid-subscription-and-storage) | Deploys an Azure Blob storage account and subscribes to events for that storage account. It sends events to a WebHook. |
12681268
| [Overview: reacting to Blob storage events](../storage/blobs/storage-blob-event-overview.md) | Overview of integrating Blob storage with Event Grid. |
12691269

articles/event-grid/event-schema-subscriptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ The data object has the following properties:
462462
| [Tutorial: Azure Automation with Event Grid and Microsoft Teams](ensure-tags-exists-on-new-virtual-machines.md) |Create a virtual machine, which sends an event. The event triggers an Automation runbook that tags the virtual machine, and triggers a message that is sent to a Microsoft Teams channel. |
463463
| [How to: subscribe to events through portal](subscribe-through-portal.md) | Use the portal to subscribe to events for an Azure subscription. |
464464
| [Azure CLI: subscribe to events for an Azure subscription](./scripts/event-grid-cli-azure-subscription.md) |Sample script that creates an Event Grid subscription to an Azure subscription and sends events to a WebHook. |
465-
| [PowerShell: subscribe to events for an Azure subscription](./scripts/event-grid-powershell-azure-subscription.md)| Sample script that creates an Event Grid subscription to an Azure subscription and sends events to a WebHook. |
465+
| [PowerShell: subscribe to events for an Azure subscription](./scripts/powershell-azure-subscription.md)| Sample script that creates an Event Grid subscription to an Azure subscription and sends events to a WebHook. |
466466

467467
## Next steps
468468

articles/event-grid/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ landingContent:
123123
- text: Create a custom topic
124124
url: scripts/event-grid-cli-create-custom-topic.md
125125
- text: Subscribe to a custom topic
126-
url: scripts/event-grid-cli-subscribe-custom-topic.md
126+
url: scripts/cli-subscribe-custom-topic.md
127127
- text: Post to a custom topic
128128
url: post-to-custom-topic.md
129129
- text: Map custom fields to Event Grid schema

articles/event-grid/powershell-samples.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ The following table includes links to Azure PowerShell samples for Event Grid.
1111

1212
## Event Grid subscriptions
1313

14-
- [Subscribe to Azure subscription](scripts/event-grid-powershell-azure-subscription.md) - Subscribes to events for an Azure subscription.
15-
- [Subscribe to Blob storage](scripts/event-grid-powershell-blob.md) - Subscribes to events for a Blob storage account.
14+
- [Subscribe to Azure subscription](scripts/powershell-azure-subscription.md) - Subscribes to events for an Azure subscription.
15+
- [Subscribe to Blob storage](scripts/powershell-blob.md) - Subscribes to events for a Blob storage account.
1616
- [Subscribe to custom topic](scripts/event-grid-powershell-subscribe-custom-topic.md) - Subscribes to events for a custom topic.
1717
- [Subscribe to resource group](scripts/event-grid-powershell-resource-group.md) - Subscribes to events for a resource group.
1818
- [Subscribe to resource group and filter for a resource](scripts/event-grid-powershell-resource-group-filter.md) - Subscribes to events for a resource group and filters events for a resource.
1919

2020
## Event Grid topics
2121

22-
- [Create custom topic](scripts/event-grid-powershell-create-custom-topic.md) - Creates an Event Grid custom topic, and returns the endpoint and key.
22+
- [Create custom topic](scripts/powershell-create-custom-topic.md) - Creates an Event Grid custom topic, and returns the endpoint and key.
2323

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)