SharePoint / sp-dev-docs

SharePoint & Viva Connections Developer Documentation
https://docs.microsoft.com/en-us/sharepoint/dev/
Creative Commons Attribution 4.0 International
1.23k stars 992 forks source link

Cannot create SharePoint Embedded container type for region germanywestcentral #9559

Closed arenk closed 2 months ago

arenk commented 4 months ago

Target SharePoint environment

SharePoint Online

What SharePoint development model, framework, SDK or API is this about?

not applicable

Developer environment

Windows

What browser(s) / client(s) have you tested

Additional environment details

PSVersion: 5.1.22621.2506 Microsoft.Online.SharePoint.PowerShell: 16.0.24614.12000

Describe the bug / error

When I try to create a new SharePoint embedded container type within the region germanywestcentral as described here, I get an error indicating that the region is not supported:

New-SPOContainerType : Container type creation failed as we failed to establish a billing relationship. Error: {"error":{"code":"LocationNotAvailableForResourceType","message":"The provided location 'germanywestcentral' is not available for resource type 'Microsoft.Syntex/accounts'. List of available regions for the resource type is 'eastus,centralus,westcentralus,westus,southcentralus, northcentralus,eastus2,canadacentral,canadaeast,brazilsouth,northeurope,norwayeast,norwaywest,francecentral,francesouth,switzerlandnorth,switzerlandwest,uksouth,ukwest,germanynorth,westeurope,australiaeast,australiasoutheast,centralindia,southindia,westindia,eastasia,southeastasia,japaneast,koreacentral,uaenorth,southafricanorth,southafricawest'."}}.

The error message indicates that for Germany, only germanynorth is supported. However, I can't even select this location for my resource groups / in my Azure subscription so there is effectively no way to create this container type with any German location.

Steps to reproduce

  1. Create a SharePoint embedded application
  2. Create a new Container Type via PowerShell using New-SPOContainerType -ContainerTypeName "MyName" -OwningApplicationId "MyApplicationId" -AzureSubscriptionId "MySubscriptionId" -ResourceGroup "MyResourceGroup" -Region "germanywestcentral"

Expected behavior

germanywestcentral needs to be an accepted Region parameter

ghost commented 4 months ago

Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible.