You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/logic-apps/set-up-sql-database-storage-standard.md
+18-14Lines changed: 18 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -192,25 +192,29 @@ When you create your Standard logic app, you can set up SQL as your storage prov
192
192
193
193
- For the **Workflow Service Plan** and **App Service Environment V3** hosting options, provide the following information:
194
194
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. |
200
200
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:
202
202
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":::
204
204
205
205
- For the **Hybrid** hosting option, provide the following information:
206
206
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":::
214
218
215
219
1. Finish the remaining creation steps, based on the corresponding path:
0 commit comments