# Azure

- [Azure CLI Cheat Sheet](https://www.techwithtyler.dev/cloud-security/azure/azure-cli-cheat-sheet.md): Quick reference for commonly used commands
- [Azure Overview](https://www.techwithtyler.dev/cloud-security/azure/azure-overview.md): An overview of Azure's architecture
- [Azure Identity & Access Management](https://www.techwithtyler.dev/cloud-security/azure/azure-identity-and-access-management.md): An overview of Azure IAM
- [Azure Offensive Security](https://www.techwithtyler.dev/cloud-security/azure/azure-offensive-security.md)
- [Azure Attacks and Techniques](https://www.techwithtyler.dev/cloud-security/azure/azure-offensive-security/azure-attacks-and-techniques.md): Demonstrating various attacks that can be performed on Azure
- [Discover if Domain Associated with Entra ID / Microsoft 365](https://www.techwithtyler.dev/cloud-security/azure/azure-offensive-security/azure-attacks-and-techniques/discover-if-domain-associated-with-entra-id-microsoft-365.md): How to determine if a domain leverages Entra ID
- [Discover Entra ID Tenant ID](https://www.techwithtyler.dev/cloud-security/azure/azure-offensive-security/azure-attacks-and-techniques/discover-entra-id-tenant-id.md): How to discover an Entra ID Tenant ID
- [Azure Privilege Escalation](https://www.techwithtyler.dev/cloud-security/azure/azure-offensive-security/azure-privilege-escalation.md): Leveraging Azure permissions for privilege escalation and compromise
- [SQL Database](https://www.techwithtyler.dev/cloud-security/azure/azure-offensive-security/azure-privilege-escalation/sql-database.md): Abusable Azure SQL Database permissions that can lead to compromise or privilege escalation
- [Azure Services Info](https://www.techwithtyler.dev/cloud-security/azure/azure-services-info.md): General information about Azure and its services
- [Compute](https://www.techwithtyler.dev/cloud-security/azure/azure-services-info/compute.md): Azure Compute-Related Services
- [Azure Virtual Machines](https://www.techwithtyler.dev/cloud-security/azure/azure-services-info/compute/azure-virtual-machines.md): Overview of the Azure Virtual Machines service
- [Databases](https://www.techwithtyler.dev/cloud-security/azure/azure-services-info/databases.md): Azure Database-Related Services
- [Azure SQL Database](https://www.techwithtyler.dev/cloud-security/azure/azure-services-info/databases/azure-sql-database.md): Overview of the Azure SQL Database service
- [Security](https://www.techwithtyler.dev/cloud-security/azure/azure-services-info/security.md): Azure Security-Related Services
- [Azure Key Vault](https://www.techwithtyler.dev/cloud-security/azure/azure-services-info/security/azure-key-vault.md): Overview of the Azure Key Vault service
- [Storage](https://www.techwithtyler.dev/cloud-security/azure/azure-services-info/storage.md): Azure Storage-Related Services
- [Azure Storage Account](https://www.techwithtyler.dev/cloud-security/azure/azure-services-info/storage/azure-storage-account.md): Overview of the Azure Storage Account service
- [Azure Blob Storage](https://www.techwithtyler.dev/cloud-security/azure/azure-services-info/storage/azure-blob-storage.md): Overview of the Azure Blob Storage service


---

# Agent Instructions: 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:

```
GET https://www.techwithtyler.dev/cloud-security/azure.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
