Skip to content

Commit 11df90c

Browse files
committed
acrolinx
1 parent 1bc9119 commit 11df90c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-network/create-peering-different-subscriptions-service-principal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ Create **spn-2-peer-vnet** with a scope to the virtual network created in the pr
200200
--output tsv)
201201
```
202202
203-
1. The SPN created in the previous step must have a redirect URI to finish the authentication process approval and must be converted to multitenant use. Use Use [az ad app update](/cli/azure/ad/app##az-ad-app-update) to add **https://www.microsoft.com** as a redirect URI and enable multitenant on **spn-2-peer-vnet**.
203+
1. The SPN created in the previous step must have a redirect URI to finish the authentication process approval and must be converted to multitenant use. Use [az ad app update](/cli/azure/ad/app##az-ad-app-update) to add **https://www.microsoft.com** as a redirect URI and enable multitenant on **spn-2-peer-vnet**.
204204
205205
```azurecli
206206
az ad app update \

0 commit comments

Comments
 (0)