# azure

- [How to launch multiple Azure Functions apps on different ports](https://til.cazzulino.com/azure/how-to-launch-multiple-azure-functions-apps-on-different-ports.md)
- [C# script function apps beyond Azure portal](https://til.cazzulino.com/azure/c-script-function-apps-beyond-azure-portal.md)
- [Publishing function app from GitHub folder](https://til.cazzulino.com/azure/publishing-function-app-from-github-folder.md)
- [Exploring Azure Data with Kusto and Dashboards](https://til.cazzulino.com/azure/exploring-azure-data-with-kusto-and-dashboards.md)
- [Shared secret authorization with Azure SignalR Service](https://til.cazzulino.com/azure/shared-secret-authorization-with-azure-signalr-service.md)
- [Using Azure File Copy from DevOps yaml pipeline](https://til.cazzulino.com/azure/using-azure-file-copy-from-devops-yaml-pipeline.md): I learned that it's not enough to authorize Azure Resource Manager access from DevOps
- [Code-less redirection with serverless Azure Functions](https://til.cazzulino.com/azure/code-less-redirection-with-serverless-azure-functions.md): How to quickly and simply configure redirections without writing code in Azure Functions


---

# 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://til.cazzulino.com/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.
