Skip to content

Commit 94d81b8

Browse files
author
Tiago Brenck
authored
Merge pull request #262 from Azure-Samples/tibre/258
Fixed launchSettings applicationUrl port
2 parents f84854e + 5ad1fd6 commit 94d81b8

File tree

12 files changed

+17
-17
lines changed

12 files changed

+17
-17
lines changed

Diff for: 1-WebApp-OIDC/1-1-MyOrg/Properties/launchSettings.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
},
1010
"profiles": {
1111
"WebApp_OpenIDConnect_DotNet": {
12-
"commandName": "Project",
13-
"launchBrowser": true,
14-
"applicationUrl": "https://localhost:44366;http://localhost:3110",
15-
"environmentVariables": {
16-
"ASPNETCORE_ENVIRONMENT": "Development"
17-
}
12+
"commandName": "Project",
13+
"launchBrowser": true,
14+
"applicationUrl": "https://localhost:44321;http://localhost:3110",
15+
"environmentVariables": {
16+
"ASPNETCORE_ENVIRONMENT": "Development"
17+
}
1818
}
1919
}
2020
}

Diff for: 1-WebApp-OIDC/1-2-AnyOrg/Properties/launchSettings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"WebApp_OpenIDConnect_DotNet": {
1212
"commandName": "Project",
1313
"launchBrowser": true,
14-
"applicationUrl": "https://localhost:44366;http://localhost:3110",
14+
"applicationUrl": "https://localhost:44321;http://localhost:3110",
1515
"environmentVariables": {
1616
"ASPNETCORE_ENVIRONMENT": "Development"
1717
}

Diff for: 1-WebApp-OIDC/1-3-AnyOrgOrPersonal/Properties/launchSettings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"WebApp_OpenIDConnect_DotNet": {
1212
"commandName": "Project",
1313
"launchBrowser": true,
14-
"applicationUrl": "https://localhost:44366;http://localhost:3110",
14+
"applicationUrl": "https://localhost:44321;http://localhost:3110",
1515
"environmentVariables": {
1616
"ASPNETCORE_ENVIRONMENT": "Development"
1717
}

Diff for: 1-WebApp-OIDC/1-4-Sovereign/Properties/launchSettings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"WebApp_OpenIDConnect_DotNet": {
1212
"commandName": "Project",
1313
"launchBrowser": true,
14-
"applicationUrl": "https://localhost:44366;http://localhost:3110",
14+
"applicationUrl": "https://localhost:44321;http://localhost:3110",
1515
"environmentVariables": {
1616
"ASPNETCORE_ENVIRONMENT": "Development"
1717
}

Diff for: 2-WebApp-graph-user/2-1-Call-MSGraph/Properties/launchSettings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"environmentVariables": {
1515
"ASPNETCORE_ENVIRONMENT": "Development"
1616
},
17-
"applicationUrl": "https://localhost:44366;http://localhost:3110"
17+
"applicationUrl": "https://localhost:44321;http://localhost:3110"
1818
}
1919
}
2020
}

Diff for: 2-WebApp-graph-user/2-2-TokenCache/Properties/launchSettings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"environmentVariables": {
1515
"ASPNETCORE_ENVIRONMENT": "Development"
1616
},
17-
"applicationUrl": "https://localhost:44366;http://localhost:3110"
17+
"applicationUrl": "https://localhost:44321;http://localhost:3110"
1818
}
1919
}
2020
}

Diff for: 2-WebApp-graph-user/2-3-Multi-Tenant/Properties/launchSettings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"environmentVariables": {
1515
"ASPNETCORE_ENVIRONMENT": "Development"
1616
},
17-
"applicationUrl": "https://localhost:44366;http://localhost:3110"
17+
"applicationUrl": "https://localhost:44321;http://localhost:3110"
1818
}
1919
}
2020
}

Diff for: 2-WebApp-graph-user/2-4-Sovereign-Call-MSGraph/Properties/launchSettings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"environmentVariables": {
1515
"ASPNETCORE_ENVIRONMENT": "Development"
1616
},
17-
"applicationUrl": "https://localhost:44366;http://localhost:3110"
17+
"applicationUrl": "https://localhost:44321;http://localhost:3110"
1818
}
1919
}
2020
}

Diff for: 3-WebApp-multi-APIs/Properties/launchSettings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"environmentVariables": {
1515
"ASPNETCORE_ENVIRONMENT": "Development"
1616
},
17-
"applicationUrl": "https://localhost:44366;http://localhost:3110"
17+
"applicationUrl": "https://localhost:44321;http://localhost:3110"
1818
}
1919
}
2020
}

Diff for: 4-WebApp-your-API/Client/Properties/launchSettings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"environmentVariables": {
1515
"ASPNETCORE_ENVIRONMENT": "Development"
1616
},
17-
"applicationUrl": "https://localhost:44366;http://localhost:3110"
17+
"applicationUrl": "https://localhost:44321;http://localhost:3110"
1818
}
1919
}
2020
}

Diff for: 5-WebApp-AuthZ/5-1-Roles/Properties/launchSettings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"environmentVariables": {
1515
"ASPNETCORE_ENVIRONMENT": "Development"
1616
},
17-
"applicationUrl": "https://localhost:44366;http://localhost:3110"
17+
"applicationUrl": "https://localhost:44321;http://localhost:3110"
1818
}
1919
}
2020
}

Diff for: 5-WebApp-AuthZ/5-2-Groups/Properties/launchSettings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"environmentVariables": {
1515
"ASPNETCORE_ENVIRONMENT": "Development"
1616
},
17-
"applicationUrl": "https://localhost:44366;http://localhost:3110"
17+
"applicationUrl": "https://localhost:44321;http://localhost:3110"
1818
}
1919
}
2020
}

0 commit comments

Comments
 (0)