Which two variables must be modified to achieve automatic remediation for identity and access management (IAM) alerts in Azure cloud? (Choose two.)
Which two variables must be modified to achieve automatic remediation for identity and access management (IAM) alerts in Azure cloud? (Choose two.)
To achieve automatic remediation for identity and access management (IAM) alerts in Azure cloud, you need to modify the API_ENDPOINT and SB_QUEUE_KEY variables. The API_ENDPOINT is necessary to define where the remediation signals should be sent, and the SB_QUEUE_KEY is required to authenticate the connection to the queue that will handle the remediation messages.
AC https://docs.paloaltonetworks.com/prisma/prisma-cloud/prisma-cloud-admin/prisma-cloud-iam-security/remediate-alerts-for-iam-security
AC AZURE: % export SB_QUEUE_KEY=your_sb_queue_key % export SB_QUEUE_KEY_NAME=your_sb_queue_key_name % export SB_QUEUE_NAME_SPACE=your_sb_queue_name_space % export API_ENDPOINT=api_tenant % export AUTH_KEY=your_jwt_token