Skip to content

Commit c18966a

Browse files
committed
Add 2 new azure regions
1 parent f11b81b commit c18966a

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

cloud/fallback-public-cloud.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,10 @@ clouds:
155155
endpoint: https://management.azure.com
156156
storage-endpoint: https://core.windows.net
157157
identity-endpoint: https://graph.windows.net
158+
westus3:
159+
endpoint: https://management.azure.com
160+
storage-endpoint: https://core.windows.net
161+
identity-endpoint: https://graph.windows.net
158162
northeurope:
159163
endpoint: https://management.azure.com
160164
storage-endpoint: https://core.windows.net
@@ -283,6 +287,10 @@ clouds:
283287
endpoint: https://management.azure.com
284288
storage-endpoint: https://core.windows.net
285289
identity-endpoint: https://graph.windows.net
290+
swedencentral:
291+
endpoint: https://management.azure.com
292+
storage-endpoint: https://core.windows.net
293+
identity-endpoint: https://graph.windows.net
286294
azure-china:
287295
type: azure
288296
description: Microsoft Azure China

cloud/fallback_public_cloud.go

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,10 @@ clouds:
162162
endpoint: https://management.azure.com
163163
storage-endpoint: https://core.windows.net
164164
identity-endpoint: https://graph.windows.net
165+
westus3:
166+
endpoint: https://management.azure.com
167+
storage-endpoint: https://core.windows.net
168+
identity-endpoint: https://graph.windows.net
165169
northeurope:
166170
endpoint: https://management.azure.com
167171
storage-endpoint: https://core.windows.net
@@ -290,6 +294,10 @@ clouds:
290294
endpoint: https://management.azure.com
291295
storage-endpoint: https://core.windows.net
292296
identity-endpoint: https://graph.windows.net
297+
swedencentral:
298+
endpoint: https://management.azure.com
299+
storage-endpoint: https://core.windows.net
300+
identity-endpoint: https://graph.windows.net
293301
azure-china:
294302
type: azure
295303
description: Microsoft Azure China

0 commit comments

Comments
 (0)