# Azure

- [Logging in to Azure](https://cookbook.geuer-pollmann.de/azure/login.md): Authentication and logging-in to Azure
- [Working with the REST API](https://cookbook.geuer-pollmann.de/azure/rest-api.md): Working with the REST APIs
- [Tracing HTTP requests with Fiddler](https://cookbook.geuer-pollmann.de/azure/fiddler.md): Tracing HTTP requests with Fiddler
- [Upload a file from bash](https://cookbook.geuer-pollmann.de/azure/upload-from-bash.md)
- [Azure CLI](https://cookbook.geuer-pollmann.de/azure/azure-cli.md)
- [terraform](https://cookbook.geuer-pollmann.de/azure/terraform.md)
- [Azure Logic Apps](https://cookbook.geuer-pollmann.de/azure/logic-apps.md)
- [Azure Web Apps](https://cookbook.geuer-pollmann.de/azure/azure-web-app.md): Azure Web Apps
- [Azure Python code snippets](https://cookbook.geuer-pollmann.de/azure/python.md): Azure Python code snippets
- [SSH keys in ARM](https://cookbook.geuer-pollmann.de/azure/sshkeys.md)
- [Minimal "Azure AD Workload identity federation"](https://cookbook.geuer-pollmann.de/azure/workload-identity-federation.md)
- [Federated credentials from GitHub and GitLab pipelines to Azure](https://cookbook.geuer-pollmann.de/azure/azure-access-from-github-and-gitlab-pipelines-without-secrets.md)
- [Azure Marketplace Metered Billing- Picking the correct ID when submitting usage events](https://cookbook.geuer-pollmann.de/azure/marketplace-metering-ids.md)
- [Manually submitting values to the Azure Metering API](https://cookbook.geuer-pollmann.de/azure/marketplace-submit-manually-using-script.md)
- [How can a publisher/ISV access the data plane of an Azure managed application?](https://cookbook.geuer-pollmann.de/azure/marketplace-access-the-customer-dataplane.md)
- [The checkZonePeers API: Is your availability zone "1" equal to my "1"?](https://cookbook.geuer-pollmann.de/azure/availability-zone-mapping-checkzonepeers.md)
- [Token authentication with "Azure Verizon Premium CDN"](https://cookbook.geuer-pollmann.de/azure/azure-premium-verizon-cdn.md)
- [Getting the right storage container name in a Bicep template](https://cookbook.geuer-pollmann.de/azure/container-name-in-bicep.md)
- [Event-sourcing into working memory to improve data access latency](https://cookbook.geuer-pollmann.de/azure/event-sourcing-for-low-latency-pattern.md)
- [Postgrex on Azure - Connecting to Azure PostgreSQL from Elixir](https://cookbook.geuer-pollmann.de/azure/postgrex-on-azure.md)


---

# 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://cookbook.geuer-pollmann.de/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.
