/** * AZR020: App Service missing managed identity * * Warns when a Web App does not have a managed identity configured. * Managed identity eliminates the need for credentials in code * and enables secure access to Azure services. */ import type { PostSynthCheck } from "@intentius/chant/lint/post-synth"; export declare const azr020: PostSynthCheck; //# sourceMappingURL=azr020.d.ts.map