Skip to content

Commit f1b87f2

Browse files
Merge pull request #229942 from spelluru/patch-163
topic and resource group name in double quotes
2 parents 00da4dd + c800394 commit f1b87f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/event-grid/custom-event-to-function.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,11 +172,11 @@ The second example uses PowerShell to perform similar steps.
172172
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:
173173

174174
```powershell
175-
$resourceGroupName = <resource group name>
175+
$resourceGroupName = "RESOURCEGROUPNAME"
176176
```
177177

178178
```powershell
179-
$topicName = <topic name>
179+
$topicName = "TOPICNAME"
180180
```
181181
3. Run the following commands to get the **endpoint** and the **keys** for the topic:
182182

0 commit comments

Comments
 (0)