> For the complete documentation index, see [llms.txt](https://docs.prismacloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.prismacloud.io/content-collections/connect/connect-cloud-accounts/onboard-your-azure-account/edit-onboarded-account.md).

# View and Edit a Connected Azure Account

After you have added your Azure cloud account resources, you may from time to time want to review or update existing cloud resources or modify assigned permissions. Follow the steps below to view or edit your Azure cloud account resources:

## View an Added Account

1. From the Prisma Cloud administrative console, select **Settings > Cloud Accounts** to view a list of all your previously added cloud accounts.
2. Locate the Azure account you wish to modify and click on the View icon.
3. The **Status** tab lists the Account Details and provides a read out of the **Security Capabilities & Permissions** you have enabled.
4. The **Threat Detection** tab allows you to edit your flow log ingestion preferences. Select the **Edit** button and change your preferences in the **Configure Account** page of the onboarding workflow.
5. **Workload Security** allows you to add or delete Compute security capabilities and permissions. Click the **Enable** or **Disable** toggle to change your selections. You can also select the **Edit** button at the top of the page and navigate to the **Get Started** onboarding workflow to change your preferences.
6. Enable **Data Security** to discover and classify data stored in your cloud account with the objective of preventing accidental exposure. Follow the steps below to configure Data Security:
   1. Select **Settings > Cloud Accounts**, select **Data Security** from the edit cloud account workflow.
   2. Opt to scan all cloud resources or customize scan settings within your cloud account.
   3. Confirm that Data Security is configured on **Status Setup**.
7. If a Security Capability displays an **Issues Found** flag. You can click on the link to view a quick summary of the issue and available remediation options.

## Edit an Added Account

On the **Cloud Accounts** page you can also edit the existing **Security Capabilities & Permissions** of already added accounts. Follow the steps below to edit an existing account:

1. Locate the Azure account you wish to modify and click on the Edit icon.
2. The **Edit Cloud Account** page allows you to add or change **Security Capabilities & Permissions**. You can also opt in or out of ingesting flow logs. Reference [Connect your Azure Tenant](/content-collections/connect/connect-cloud-accounts/onboard-your-azure-account/connect-azure-tenant.md) for more information.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.prismacloud.io/content-collections/connect/connect-cloud-accounts/onboard-your-azure-account/edit-onboarded-account.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
