You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a rule for all microsoft.web/sites if httpsOnly is false.
Azure resource graph query
resources
| where type == 'microsoft.web/sites' and properties.httpsOnly == false
What I Did
N/A
The text was updated successfully, but these errors were encountered:
pregress
changed the title
Feat: New rule for all microsoft.web/sites resource, should only allow traffic over https.
Feat: New rule for AzureRM all microsoft.web/sites resource, should only allow traffic over https.
Aug 28, 2024
Description
Create a rule for all microsoft.web/sites if httpsOnly is false.
Azure resource graph query
What I Did
N/A
The text was updated successfully, but these errors were encountered: