Reputation: 674
I'm creating a new MS SQL Connector to Azure database. Following the guide at: https://azure.microsoft.com/en-gb/documentation/articles/app-service-logic-connector-sql
As a result the connector is not created due to missing 'LOCATION' input. How can I specify this property? Does that depend on Azure Subscription used?
Upvotes: 1
Views: 63
Reputation: 2730
Location is in reference to which data region you want your connector to reside. Is this connector in US East, US East 2, Central US etc.
The view you are seeing in the tutorial leverages the new Azure Portal, the Location will reside within the App Service Plan configuration settings.
Upvotes: 2