Using Console
Using CLI
<email_address>
with the email address you want to set as the security contact. You can also replace “Security Contact” with a different name for the contact.<new_email_address>
with the new email address you want to use for the security contact.By following these steps, you can remediate the “No Security Contact Email Set” misconfiguration in Azure using Azure CLI.Using Python
DefaultAzureCredential
class:SecurityCenter
client object:<your-subscription-id>
and <your-email-address>
with your own values.By following the above steps, you can remediate the misconfiguration of “No Security Contact Email Set” in Azure using Python.