Azure / azure-rest-api-specs

The source for REST API specifications for Microsoft Azure.
MIT License
2.6k stars 5.01k forks source link

Webapp:Connection string type accepted values do not match actual accepted values #10333

Open esteimanuel opened 4 years ago

esteimanuel commented 4 years ago

Connection string type.

accepted values: ApiHub, Custom, DocDb, EventHub, MySql, NotificationHub, PostgreSQL, RedisCache, SQLAzure, SQLServer, ServiceBus.

But in the app service configuration connection string types the only accepted values are: MySQL, SQLServer, SQLAzure, PostgreSQL and Custom.

When the type is ServiceBus, IConfiguration.GetConnectionString("Name") could not resolve it in Azure App Service.

Changing the type to Custom allowed IConfiguration.GetConnectionString("Name") to work as usual.

Is this a bug?


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

ghost commented 4 years ago

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @AzureAppServiceCLI, @antcp.

yonzhan commented 4 years ago

webapp

ghost commented 4 years ago

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @AzureAppServiceCLI, @antcp.