Skip to content

Commit f74bddd

Browse files
authored
Merge pull request #3538 from hhunter-ms/issue_3534
Update/clarify wording for SQL Server state store
2 parents 24220e4 + 0943f09 commit f74bddd

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

daprdocs/content/en/reference/components-reference/supported-state-stores/setup-sqlserver.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
type: docs
3-
title: "SQL Server"
4-
linkTitle: "SQL Server"
5-
description: Detailed information on the SQL Server state store component
3+
title: "Microsoft SQL Server & Azure SQL"
4+
linkTitle: "Microsoft SQL Server & Azure SQL"
5+
description: Detailed information on the Microsoft SQL Server and Azure SQL state store component
66
aliases:
77
- "/operations/components/setup-state-store/supported-state-stores/setup-sqlserver/"
88
---
99

1010
## Component format
1111

12-
To setup SQL Server state store create a component of type `state.sqlserver`. See [this guide]({{< ref "howto-get-save-state.md#step-1-setup-a-state-store" >}}) on how to create and apply a state store configuration.
12+
To set up Microsoft SQL Server and Azure SQL state stores, create a component of type `state.sqlserver`. See [this guide]({{< ref "howto-get-save-state.md#step-1-setup-a-state-store" >}}) on how to create and apply a state store configuration.
1313

1414

1515
```yaml
@@ -66,11 +66,11 @@ If you wish to use SQL server as an [actor state store]({{< ref "state_api.md#co
6666
| cleanupIntervalInSeconds | N | Interval, in seconds, to clean up rows with an expired TTL. Default: `3600` (i.e. 1 hour). Setting this to values <=0 disables the periodic cleanup. | `1800`, `-1`
6767

6868

69-
## Create Azure SQL instance
69+
## Create a Microsoft SQL Server/Azure SQL instance
7070

7171
[Follow the instructions](https://docs.microsoft.com/azure/azure-sql/database/single-database-create-quickstart?view=azuresql&tabs=azure-portal) from the Azure documentation on how to create a SQL database. The database must be created before Dapr consumes it.
7272

73-
**Note: SQL Server state store also supports SQL Server running on VMs and in Docker.**
73+
> Note: Microsoft SQL Server/Azure SQL state store also supports SQL Server running on VMs and in Docker.**
7474

7575
In order to setup SQL Server as a state store, you need the following properties:
7676

daprdocs/data/components/state_stores/azure.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
etag: true
2121
ttl: true
2222
query: true
23-
- component: Azure SQL Server
23+
- component: Microsoft SQL Server
2424
link: setup-sqlserver
2525
state: Stable
2626
version: v1

0 commit comments

Comments
 (0)