ASPIRE_ALLOW_UNSECURED_TRANSPORT
- Description: Allows communication with the app host without https.
ASPNETCORE_URLS
(dashboard address) andDOTNET_RESOURCE_SERVICE_ENDPOINT_URL
(app host resource service address) must be secured with HTTPS unless true. - Default: false
DOTNET_RESOURCE_SERVICE_ENDPOINT_URL
- Description: Configures the address of the resource service hosted by the app host. Automatically generated with launchSettings.json to have a random port on localhost. For example,
https://localhost:17037
.