Error in deploying 'Azure Scalable Website' and Azure Scalable website v2 requestsIssue While deploying a new Azure Scalable Website request, It is giving the below errors: Failed to execute API - Failed with status code and message: 400: {"error":{"code":"NoRegisteredProviderFound","message":"No registered resource provider found for location 'australiacentral' and API version '2018-01-01-preview' for type 'namespaces/authorizationrules'. The supported api-versions are '2014-09-01, 2015-08-01, 2017-04-01'. The supported locations are ''."}} (script_include:CloudRESTAPIInvoker; line 142) Failed to execute API - Failed with status code and message: 400: {"error":{"code":"NoRegisteredProviderFound","message":"Noregistered resource provider found for location 'ukwest' and API version '2020-08-01-preview' for type 'servers/databases/transparentDataEncryption'. The supported api-versions are '2014-04-01, 2014-04-01-preview, 2015-05-01-preview, 2017-03-01-preview'. The supported locations are 'australiacentral, australiaeast, australiasoutheast, brazilsouth, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, germanywestcentral, japaneast, japanwest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, southafricanorth, southcentralus, southindia, southeastasia, switzerlandnorth, uaenorth, uksouth, ukwest, westcentralus, westeurope, westindia, westus, westus2'."}} (script_include:CloudRESTAPIInvoker; line 142)CauseThe Changes made in AzureARmResponseProcessor script include is causing this issue. The below lines in the script are commented in order to check if this will create SQL DB stack items //var slashes = type.match(/\//g) || []; //if (slashes.length > 1) // continue;.ResolutionThe issue will be fixed if the above lines in the script include are uncommented https://<your-instance>.service-now.com/nav_to.do?uri=sys_script_include.do?sys_id=fd2946b09fa0720048111f80a57fcf60