We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 00da4dd + c800394 commit f1b87f2Copy full SHA for f1b87f2
articles/event-grid/custom-event-to-function.md
@@ -172,11 +172,11 @@ The second example uses PowerShell to perform similar steps.
172
2. Set the following variables. After you copy and paste each command, update the **topic name** and **resource group name** before you run the command:
173
174
```powershell
175
- $resourceGroupName = <resource group name>
+ $resourceGroupName = "RESOURCEGROUPNAME"
176
```
177
178
179
- $topicName = <topic name>
+ $topicName = "TOPICNAME"
180
181
3. Run the following commands to get the **endpoint** and the **keys** for the topic:
182
0 commit comments