Skip to content

Commit 3a4a72f

Browse files
committed
Graph scrub for virtual machines
1 parent 05cd787 commit 3a4a72f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/virtual-machines/windows/csharp-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ Before you can deploy a template, make sure that you have access to an [Active D
195195
managementURI=https://management.core.windows.net/
196196
baseURL=https://management.azure.com/
197197
authURL=https://login.windows.net/
198-
graphURL=https://graph.windows.net/
198+
graphURL=https://graph.microsoft.com/
199199
```
200200
201201
Replace **<subscription-id>** with your subscription identifier, **<application-id>** with the Active Directory application identifier, **<authentication-key>** with the application key, and **<tenant-id>** with the tenant identifier.

articles/virtual-machines/windows/csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Before you start this step, make sure that you have access to an [Active Directo
6767
managementURI=https://management.core.windows.net/
6868
baseURL=https://management.azure.com/
6969
authURL=https://login.windows.net/
70-
graphURL=https://graph.windows.net/
70+
graphURL=https://graph.microsoft.com/
7171
```
7272
7373
Replace **<subscription-id>** with your subscription identifier, **<application-id>** with the Active Directory application identifier, **<authentication-key>** with the application key, and **<tenant-id>** with the tenant identifier.

articles/virtual-machines/windows/java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Before you start this step, make sure that you have access to an [Active Directo
127127
managementURI=https://management.core.windows.net/
128128
baseURL=https://management.azure.com/
129129
authURL=https://login.windows.net/
130-
graphURL=https://graph.windows.net/
130+
graphURL=https://graph.microsoft.com/
131131
```
132132
133133
Replace **<subscription-id>** with your subscription identifier, **<application-id>** with the Active Directory application identifier, **<authentication-key>** with the application key, and **<tenant-id>** with the tenant identifier.

0 commit comments

Comments
 (0)