Skip to content

Commit

Permalink
azure: add germanywestcentral (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ghtym0 authored Jan 25, 2024
1 parent 3456a6f commit 30aaaf8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions azure/uploader.go
Original file line number Diff line number Diff line change
Expand Up @@ -610,6 +610,10 @@ func toPtr[T any](t T) *T {
}

var targetRegions = []*armcomputev5.TargetRegion{
{
Name: toPtr("germanywestcentral"),
RegionalReplicaCount: toPtr[int32](1),
},
{
Name: toPtr("northeurope"),
RegionalReplicaCount: toPtr[int32](1),
Expand Down

0 comments on commit 30aaaf8

Please sign in to comment.