# Azure

- [Azure-only Service Accou](https://docs.jianny.net/work/azure/azure-only-service-accou.md)
- [Graph Permissions](https://docs.jianny.net/work/azure/graph-permissions.md)
- [App Registration Auths](https://docs.jianny.net/work/azure/app-registration-auths.md): Notes about AZ App and code samples
- [Postman](https://docs.jianny.net/work/azure/app-registration-auths/postman.md): Perform Graph API tests with Postman
- [Graph ROPC Federated Account](https://docs.jianny.net/work/azure/app-registration-auths/graph-ropc-federated-account.md): "UsernamePasswordCredential" auth
- [MSAL UsernamePasswordCredential](https://docs.jianny.net/work/azure/app-registration-auths/graph-ropc-federated-account/msal-usernamepasswordcredential.md)
- [Java](https://docs.jianny.net/work/azure/app-registration-auths/graph-ropc-federated-account/java.md)
- [Python](https://docs.jianny.net/work/azure/app-registration-auths/graph-ropc-federated-account/python.md)
- [C#/VB code Auth](https://docs.jianny.net/work/azure/app-registration-auths/graph-ropc-federated-account/c-vb-code-auth.md)
- [Powershell](https://docs.jianny.net/work/azure/app-registration-auths/powershell.md)
- [Java Auth x EWS](https://docs.jianny.net/work/azure/app-registration-auths/java-auth-x-ews.md): Docs and code samples for Java Auth
- [Python Auth x Sharepoint](https://docs.jianny.net/work/azure/app-registration-auths/python-auth-x-sharepoint.md)
- [C# Auth x Sharepoint](https://docs.jianny.net/work/azure/app-registration-auths/c-auth-x-sharepoint.md)
- [MFA](https://docs.jianny.net/work/azure/mfa.md): Common Issues
- [Dynamic Group](https://docs.jianny.net/work/azure/dynamic-group.md): Use case: Filter all Asia users for email comms
- [AAD Device Pending](https://docs.jianny.net/work/azure/aad-device-pending.md)
- [O365 Device Enrollment](https://docs.jianny.net/work/azure/o365-device-enrollment.md)
- [AAD Device x Android Issue](https://docs.jianny.net/work/azure/aad-device-x-android-issue.md)
- [AAD Device Troubleshoot](https://docs.jianny.net/work/azure/aad-device-troubleshoot.md)
- [AAD Mobile Troubleshooting](https://docs.jianny.net/work/azure/aad-mobile-troubleshooting.md)
- [ADO Service Principal](https://docs.jianny.net/work/azure/ado-service-principal.md)
- [External B2B](https://docs.jianny.net/work/azure/external-b2b.md): Working with external tenant that is non Azure Global (Commercial)
- [VLSC Admin](https://docs.jianny.net/work/azure/vlsc-admin.md)
- [PowerBI Session Timeout](https://docs.jianny.net/work/azure/powerbi-session-timeout.md)
- [SSO issues](https://docs.jianny.net/work/azure/sso-issues.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://docs.jianny.net/work/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.
