Azure Ad Application URIIdentifiers new restrictions added causing deployment failure
Creating OSDU azure instance central resources giving following error Error: graphrbac.ApplicationsClient#Create: Failure responding to request: StatusCode=400 -- Original Error: autorest/azure: Service returned an error. Status=400 Code="Unknown" Message="Unknown service error" Details=[{"odata.error":{"code":"Request_BadRequest","date":"2021-12-15T14:49:28","message":{"lang":"en","value":"Values of identifierUris property must use a verified domain of the organization or its subdomain: 'http://osdu-mvp-cr022-0bsd-app'"},"requestId":"84ba8e6f-224b-4b88-9a0c-587a52afc283","values":[{"item":"PropertyName","value":"identifierUris"},{"item":"PropertyErrorCode","value":"HostNameNotOnVerifiedDomain"},{"item":"HostName","value":"http://osdu-mvp-cr022-0bsd-app"}]}}] on ../../../modules/providers/azure/ad-application/main.tf line 20, in resource "azuread_application" "main": 20: resource "azuread_application" "main" {