You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/event-grid/custom-event-to-eventhub.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Event Grid topics are Azure resources, and they must be placed in an Azure resou
20
20
21
21
Create a resource group by using the [az group create](/cli/azure/group#az-group-create) command. The following example creates a resource group named `gridResourceGroup` in the `westus2` location.
22
22
23
-
Select **Try it**next to the CLI example to open Azure Cloud Shell on the right pane. Select the **Copy** button to copy the command, paste it in the Cloud Shell window, and then select the Enter key to run the command.
23
+
Select **Open Cloud Shell** to open Azure Cloud Shell on the right pane. Select the **Copy** button to copy the command, paste it in Cloud Shell, and then select the Enter key to run the command.
24
24
25
25
```azurecli-interactive
26
26
az group create --name gridResourceGroup --location westus2
To simplify this article, you use sample event data to send to the custom topic. Typically, an application or an Azure service would send the event data.
98
+
For the sake of simplicity in this article, you use sample event data to send to the custom topic. Typically, an application or an Azure service would send the event data.
99
99
100
100
The cURL tool sends HTTP requests. In this article, you use cURL to send the event to the custom topic. The following example sends three events to the Event Grid topic:
:::imagetype="content"source="./media/custom-event-to-function/deploy-to-azure-button.png"alt-text="Screenshot that shows the button for deploying to Azure."lightbox="./media/custom-event-to-function/deploy-to-azure-button.png":::
1. For**Name**, enteragloballyuniquenamefor the new function app, and then select the Enter key.
75
75
@@ -84,7 +84,7 @@ In this section, you use Visual Studio Code to create a function with an Event G
84
84
1. Right-click your function, and then select **Open in Portal**.
85
85
86
86
:::image type="content" source="./media/custom-event-to-function/click-to-view-functions-app.png" alt-text="Screenshot that shows selections for opening a function in the portal." lightbox="./media/custom-event-to-function/click-to-view-functions-app.png":::
87
-
1. Sign in to Azure if needed, and confirm that the **Function App** page appears for your function.
87
+
1. Sign in to Azure if necessary, and confirm that the **Function App** page appears for your function.
88
88
89
89
1. On the bottom pane, select your function.
90
90
@@ -97,9 +97,9 @@ In this section, you use Visual Studio Code to create a function with an Event G
97
97
98
98
An Event Grid topic provides a user-defined endpoint that you post your events to.
99
99
100
-
1. On a new tab of the web browser window, sign in to [Azure portal](https://portal.azure.com/).
100
+
1. On a new tab of the web browser window, sign in to the [Azure portal](https://portal.azure.com/).
101
101
102
-
1. On the search bar at thetopic, searchfor **EventGridTopics**, andselect **EventGridTopics**.
102
+
1. On the search bar at thetopic, searchfor **EventGridTopics**, andthenselect **EventGridTopics**.
103
103
104
104
:::imagetype="content"source="./media/custom-event-to-function/select-topics.png"alt-text="Screenshot that shows the selection of Event Grid topics."lightbox="./media/custom-event-to-function/select-topics.png":::
@@ -163,7 +163,7 @@ The cURL tool sends HTTP requests. In this article, you use cURL to send the eve
163
163
164
164
### Azure CLI
165
165
166
-
1. In the Azure portal, select **Cloud Shell**. If you're in the PowerShell mode, select **Switch to Bash**.
166
+
1. In the Azure portal, select **Cloud Shell**. If you're in Azure PowerShell mode, select **Switch to Bash**.
167
167
168
168
:::image type="content" source="./media/custom-event-quickstart-portal/cloud-shell-bash.png" alt-text="Screenshot that shows the Bash window in Azure Cloud Shell.":::
169
169
1. Set the `topicname` and `resourcegroupname` variables that are used in the commands.
@@ -295,16 +295,16 @@ If you plan to continue working with this event, don't clean up the resources th
Theotherresourcegroupthatappearsonthe**Resourcegroups**pagewascreatedandusedbytheCloudShellwindow. Deleteitifyoudon't plan to use the Cloud Shell window later.
300
+
TheCloudShellwindowcreatedandusedtheotherresourcegroupthatappearsonthe**Resourcegroups**page. Deletethisresourcegroupifyoudon't plan to use the Cloud Shell window later.
Copy file name to clipboardExpand all lines: articles/event-grid/custom-event-to-queue-storage.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Event Grid topics are Azure resources, and they must be placed in an Azure resou
20
20
21
21
Create a resource group by using the [az group create](/cli/azure/group#az-group-create) command. The following example creates a resource group named `gridResourceGroup` in the `westus2` location.
22
22
23
-
Select **Try it**next to the CLI example to open Azure Cloud Shell on the right pane. Select the **Copy** button to copy the command, paste it in the Cloud Shell window, and then select the Enter key to run the command.
23
+
Select **Open Cloud Shell** to open Azure Cloud Shell on the right pane. Select the **Copy** button to copy the command, paste it in Cloud Shell, and then select the Enter key to run the command.
24
24
25
25
```azurecli-interactive
26
26
az group create --name gridResourceGroup --location westus2
To simplify this article, you use sample event data to send to the custom topic. Typically, an application or an Azure service would send the event data.
115
+
For the sake of simplicity in this article, you use sample event data to send to the custom topic. Typically, an application or an Azure service would send the event data.
116
116
117
117
The cURL tool sends HTTP requests. In this article, you use cURL to send the event to the custom topic. The following example sends three events to the Event Grid topic:
0 commit comments