Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new regions for Azure Monitor Workspace #725

Merged
merged 4 commits into from
Feb 26, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions AddonArmTemplate/FullAzureMonitorMetricsProfile.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,18 @@
"japanwest",
"koreacentral",
"switzerlandnorth",
"brazilsoutheast",
"francecentral",
"ukwest",
"koreasouth",
"switzerlandwest",
"japaneast",
"swedencentral",
"canadaeast",
"norwaywest",
"southindia",
"australiaeast",
"swedensouth",
"usgovvirginia"
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,18 @@
"japanwest",
"koreacentral",
"switzerlandnorth",
"brazilsoutheast",
"francecentral",
"ukwest",
"koreasouth",
"switzerlandwest",
"japaneast",
"swedencentral",
"canadaeast",
"norwaywest",
"southindia",
"australiaeast",
"swedensouth",
"usgovvirginia"
]
},
Expand Down
12 changes: 12 additions & 0 deletions AddonBicepTemplate/FullAzureMonitorMetricsProfile.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,18 @@ param azureMonitorWorkspaceResourceId string
'japanwest',
'koreacentral',
'switzerlandnorth',
'brazilsoutheast',
'francecentral',
'ukwest',
'koreasouth',
'switzerlandwest',
'japaneast',
'swedencentral',
'canadaeast',
'norwaywest',
'southindia',
'australiaeast',
'swedensouth',
'usgovvirginia'
])
param azureMonitorWorkspaceLocation string
Expand Down
12 changes: 12 additions & 0 deletions AddonPolicyTemplate/AddonPolicyMetricsProfile.rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,18 @@
"japanwest",
"koreacentral",
"switzerlandnorth",
"brazilsoutheast",
"francecentral",
"ukwest",
"koreasouth",
"switzerlandwest",
"japaneast",
"swedencentral",
"canadaeast",
"norwaywest",
"southindia",
"australiaeast",
"swedensouth",
"usgovvirginia"
]
},
Expand Down
12 changes: 12 additions & 0 deletions ArcArmTemplate/FullAzureMonitorMetricsProfile.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,18 @@
"japanwest",
"koreacentral",
"switzerlandnorth",
"brazilsoutheast",
"francecentral",
"ukwest",
"koreasouth",
"switzerlandwest",
"japaneast",
"swedencentral",
"canadaeast",
"norwaywest",
"southindia",
"australiaeast",
"swedensouth",
"usgovvirginia"
]
},
Expand Down
12 changes: 12 additions & 0 deletions ArcBicepTemplate/FullAzureMonitorMetricsProfile.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,18 @@ param azureMonitorWorkspaceResourceId string
'japanwest',
'koreacentral',
'switzerlandnorth',
'brazilsoutheast',
'francecentral',
'ukwest',
'koreasouth',
'switzerlandwest',
'japaneast',
'swedencentral',
'canadaeast',
'norwaywest',
'southindia',
'australiaeast',
'swedensouth',
vishiy marked this conversation as resolved.
Show resolved Hide resolved
'usgovvirginia'
])
param azureMonitorWorkspaceLocation string
Expand Down
6 changes: 6 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Azure Monitor Metrics for AKS clusters

## Pending

## Pending
* Change log -
* Add new regions for Azure Monitor Workspace ('brazilsoutheast', 'francecentral', 'ukwest', 'koreasouth', 'switzerlandwest', 'japaneast', 'swedencentral', 'canadaeast', 'norwaywest', 'southindia', 'australiaeast', 'swedensouth')

## Release 01-09-2024
* Linux image - `mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:6.8.3-main-01-09-2024-a192d342`
* Windows image - `mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:6.8.3-main-01-09-2024-a192d342-win`
Expand Down