File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -210,8 +210,8 @@ topicName = "<TOPIC NAME>"
210
210
connectionName="<ENDPOINT CONNECTION NAME>"
211
211
endpointName=<ENDPOINT NAME>
212
212
213
- # resource ID of the topic. replace <SUBSCRIPTION ID>, <RESOURCE GROUP NAME>, and <TOPIC NAME>
214
- topicResourceID="/subscriptions/<SUBSCRIPTION ID>/resourceGroups/<RESOURCE GROUP NAME>/providers/Microsoft.EventGrid/topics/<TOPIC NAME>"
213
+ # resource ID of the topic. replace <SUBSCRIPTION ID>, <RESOURCE GROUP NAME>, and <TOPIC NAME>
214
+ # topicResourceID="/subscriptions/<SUBSCRIPTION ID>/resourceGroups/<RESOURCE GROUP NAME>/providers/Microsoft.EventGrid/topics/<TOPIC NAME>"
215
215
216
216
# select subscription
217
217
az account set --subscription $subscriptionID
@@ -251,7 +251,7 @@ az eventgrid topic show \
251
251
--name $topicName
252
252
253
253
# create private endpoint for the topic you created
254
- az network private-endpoint create
254
+ az network private-endpoint create \
255
255
--resource-group $resourceGroupName \
256
256
--name $endpointName \
257
257
--vnet-name $vNetName \
You can’t perform that action at this time.
0 commit comments