Skip to main content

best_practices

Creates, updates, deletes, gets or lists a best_practices resource.

Overview

Namebest_practices
TypeResource
Idazure.automanage.best_practices

Fields

NameDatatypeDescription
idtextThe fully qualified ID for the best practice. For example, /providers/Microsoft.Automanage/bestPractices/azureBestPracticesProduction
nametextThe name of the best practice. For example, azureBestPracticesProduction
bestPracticeNametextfield from the properties object
configurationtextfield from the properties object
system_datatextfield from the properties object
typetextThe type of the resource. For example, Microsoft.Automanage/bestPractices

Methods

NameAccessible byRequired ParamsDescription
getSELECTbestPracticeNameGet information about a Automanage best practice
list_by_tenantSELECTRetrieve a list of Automanage best practices

SELECT examples

Retrieve a list of Automanage best practices

SELECT
id,
name,
bestPracticeName,
configuration,
system_data,
type
FROM azure.automanage.vw_best_practices
;