Recommendations
Get all recommendations for an app.
Get all recommendations for an app.
get/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{hostingEnvironmentName}/recommendations
Path parameters
resourceGroupNamestring required
Name of the resource group to which the resource belongs.
hostingEnvironmentNamestring required
Name of the app.
subscriptionIdstring required
Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000).
Query parameters
featuredboolean
Specify <code>true</code> to return only the most critical recommendations. The default is <code>false</code>, which returns all recommendations.
$filterstring
Return only channels specified in the filter. Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification'
api-versionstring required
API Version
Response
OK
Changes
Changed in 2 of the 4 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
- ▲