Cloud Accounts (Azure)
To monitor the resources on your Azure cloud infrastructure, you must first add your Azure accounts to Prisma Cloud. When you add your cloud account to Prisma Cloud, the API integration between Azure and Prisma Cloud is established and you can begin monitoring the resources and identify potential security risks.
The Cloud Account (Azure) APIs enable you to add and manage Azure accounts on Prisma Cloud. For end to end workflow to onboarding an Azure account using APIs, see Automate Azure Cloud Account Onboarding. For common operations related to cloud accounts, see Cloud Accounts (All).
📄️ Add Cloud Account (Azure)
Onboard a new azure cloud account onto the Prisma Cloud platform.
📄️ Update Cloud Account (Azure)
Update the cloud account that has been onboarded onto the Prisma Cloud platform.
📄️ Get Cloud Account Status (Azure)
Lists the status of a Azure Cloud account. You can use this API to verify the status of the security capabilities which you will be onboarding on Prisma Cloud.
📄️ List Ancestors (Azure)
Lists the ancestors of the given Azure management groups and subscriptions for the specified cloud account (Azure tenant) ID. Each resource ID in the request body is either a management group ID or a subscription ID. A successful response returns an array of ancestors for each given resource ID.
📄️ List Children of Parent (Azure)
Lists all the children, both management groups and subscriptions, under the given parent. A parent can be either an Azure tenant or a management group.
📄️ Generate and Download the Terraform template (Azure)
Generates the Azure Terraform template. The generated Terraform template includes the permissions based on selected features. The terraform template can be used to create an app registration and required roles on the Azure Portal.