# Azure Integration

See the [WorkflowGen for Azure](https://docs.advantys.com/workflowgen-for-azure/v/8.0.0/) guide for instructions on:

* **Microsoft Entra ID synchronization:** How to configure WorkflowGen users and groups synchronization using Microsoft Entra ID (formerly Azure Active Directory).<br>
* **Microsoft Entra ID authentication:** How to configure WorkflowGen authentication using OpenID Connect and Microsoft Entra ID.<br>
* **Microsoft Entra ID configuration for WorkflowGen Plus v2:** How to authorize access to the WorkflowGen Plus v2 mobile app using OpenID Connect and Microsoft Entra ID.<br>
* **Microsoft Entra ID configuration for server-side scripts:** How to authorize WorkflowGen access to server-side scripts using OpenID Connect and Microsoft Entra ID.<br>
* **Microsoft Entra ID configuration for single-page applications:** How to authorize WorkflowGen access to single-page applications using OpenID Connect and Microsoft Entra ID.<br>
* **Azure SQL database configuration:** How to configure the WorkflowGen database using Azure SQL database.<br>
* **Read Scale-Out:** How to configure the optional Read Scale-Out feature.<br>
* **Azure Load Balancer:** How to configure Azure Load Balancer for higher availability and greater scalability.<br>
* **Azure Files:** How to configure an Azure Files share to use in WorkflowGen.<br>
* **Azure SendGrid SMTP configuration:** How to configure an Azure SendGrid SMTP with WorkflowGen.<br>
* **Generating a universal link for WorkflowGen Plus v2:** How to generate a universal link to simplify the WorkflowGen Plus v2 mobile app user login.


---

# 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.workflowgen.com/tech/8.4/azure-integration.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.
