Skip to content

Commit 9092019

Browse files
author
ecfan
committed
Updates per feedback
1 parent fe116b4 commit 9092019

4 files changed

Lines changed: 18 additions & 14 deletions

File tree

Binary file not shown.
32 KB
Loading
66.8 KB
Loading

articles/logic-apps/set-up-sql-database-storage-standard.md

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -192,25 +192,29 @@ When you create your Standard logic app, you can set up SQL as your storage prov
192192

193193
- For the **Workflow Service Plan** and **App Service Environment V3** hosting options, provide the following information:
194194

195-
| Property | Required | Value | Description |
196-
|----------|----------|-------|-------------|
197-
| **Storage type** | Yes | **SQL and Azure Storage** | The storage for workflow artifacts and data. <br><br>- If you selected a custom location as your region, select **SQL**. <br><br>- If you selected an Azure region or ASEv3 location, select **SQL and Azure Storage**. <br><br>**Note**: If you're deploying to an Azure region, you still need an Azure Storage account. This requirement completes the one-time hosting of the logic app configuration on the Azure Logic Apps platform. The workflow's definition, state, run history, and other runtime artifacts are stored in your SQL database. <br><br>For deployments to a custom location hosted on an Azure Arc cluster, you only need a SQL database for storage. |
198-
| **Storage account** | Yes | <*Azure-storage-account-name*> | The [Azure Storage account](../storage/common/storage-account-overview.md) for storage transactions. <br><br>This resource name must be unique across regions and have 3-24 characters with only numbers and lowercase letters. Either select an existing account or create a new account. <br><br>This example creates a storage account named `fabrikamstorageacct`. |
199-
| **SQL connection string** | Yes | <*sql-connection-string*> | Your SQL connection string, which currently supports only SQL authentication, not OAuth or managed identity authentication. <br><br>**Note**: Make sure that you enter a correct connection string because Azure portal doesn't validate this string for you. |
195+
| Property | Required | Value | Description |
196+
|----------|----------|-------|-------------|
197+
| **Storage type** | Yes | **SQL and Azure Storage** | The storage for workflow artifacts and data. <br><br>- If you selected a custom location as your region, select **SQL**. <br><br>- If you selected an Azure region or ASEv3 location, select **SQL and Azure Storage**. <br><br>**Note**: If you're deploying to an Azure region, you still need an Azure Storage account. This requirement completes the one-time hosting of the logic app configuration on the Azure Logic Apps platform. The workflow's definition, state, run history, and other runtime artifacts are stored in your SQL database. <br><br>For deployments to a custom location hosted on an Azure Arc cluster, you only need a SQL database for storage. |
198+
| **Storage account** | Yes | <*Azure-storage-account-name*> | The [Azure Storage account](../storage/common/storage-account-overview.md) for storage transactions. <br><br>This resource name must be unique across regions and have 3-24 characters with only numbers and lowercase letters. Either select an existing account or create a new account. <br><br>This example creates a storage account named `fabrikamstorageacct`. |
199+
| **SQL connection string** | Yes | <*sql-connection-string*> | Your SQL connection string, which currently supports only SQL authentication, not OAuth or managed identity authentication. <br><br>**Note**: Make sure that you enter a correct connection string because Azure portal doesn't validate this string for you. |
200200

201-
The following example shows the **Create Logic App** page with the **Storage** tab for the **Workflow Service Plan** and **App Service Environment V3** options:
201+
The following example shows the **Create Logic App** page with the **Storage** tab for the **Workflow Service Plan** and **App Service Environment V3** options:
202202

203-
:::image type="content" source="media/set-up-sql-database-storage-standard/set-up-sql-storage-details.png" alt-text="Screenshot shows Azure portal and Create Logic App page with the Storage tab." lightbox="media/set-up-sql-database-storage-standard/set-up-sql-storage-details.png":::
203+
:::image type="content" source="media/set-up-sql-database-storage-standard/sql-storage-details.png" alt-text="Screenshot shows the Storage tab for the Workflow Service Plan and App Service Environment V3." lightbox="media/set-up-sql-database-storage-standard/sql-storage-details.png":::
204204

205205
- For the **Hybrid** hosting option, provide the following information:
206206

207-
| Property | Required | Value | Description |
208-
|----------|----------|-------|-------------|
209-
| **SQL connection string** | Yes | <*sql-connection-string*> | Your SQL connection string, which currently supports only SQL authentication, not OAuth or managed identity authentication. <br><br>**Note**: Make sure that you enter a correct connection string because Azure portal doesn't validate this string for you. |
210-
| **Host name** | Yes | <*host-name*> | The name for the host where you store your artifacts. Enter a fully qualified domain name or the IP address for your Server Message Block (SMB) server, for example, `mystorage.file.core.windows.net` or `121.0.0.1` respectively. |
211-
| **File share path** | Yes | <*file-share-path* > | The path for the file share where you store your artifacts. Include the file path and any subfolders. |
212-
| **User name** | Yes | <*host-user-name*> | Your user name to access the host. Enter either **<*domain*>\\<*username*>** or **<*username*>** if the domain is `localhost`. |
213-
| **Password** | Yes | <*host-user-password*>| Your password to access the host. |
207+
| Property | Required | Value | Description |
208+
|----------|----------|-------|-------------|
209+
| **SQL connection string** | Yes | <*sql-connection-string*> | Your SQL connection string, which currently supports only SQL authentication, not OAuth or managed identity authentication. <br><br>**Note**: Make sure that you enter a correct connection string because Azure portal doesn't validate this string for you. |
210+
| **Host name** | Yes | <*host-name*> | The name for the host where you store your artifacts. Enter a fully qualified domain name or the IP address for your Server Message Block (SMB) server, for example, `mystorage.file.core.windows.net` or `121.0.0.1` respectively. |
211+
| **File share path** | Yes | <*file-share-path* > | The path for the file share where you store your artifacts. Include the file path and any subfolders. |
212+
| **User name** | Yes | <*host-user-name*> | Your user name to access the host. Enter either **<*domain*>\\<*username*>** or **<*username*>** if the domain is `localhost`. |
213+
| **Password** | Yes | <*host-user-password*>| Your password to access the host. |
214+
215+
The following example shows the **Create Logic App** page with the **Storage** tab for the **Hybrid** option:
216+
217+
:::image type="content" source="media/set-up-sql-database-storage-standard/sql-storage-details-hybrid.png" alt-text="Screenshot shows the Storage tab for the Hybrid option." lightbox="media/set-up-sql-database-storage-standard/sql-storage-details-hybrid.png":::
214218

215219
1. Finish the remaining creation steps, based on the corresponding path:
216220

0 commit comments

Comments
 (0)