Skip to content

Commit 2c4f771

Browse files
authored
Merge pull request #116690 from cmcclister/221263
221263
2 parents 8b8c8ae + 837639a commit 2c4f771

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

articles/search/search-sku-tier.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Tiers are differentiated by:
3737

3838
The tier you select determines the billable rate. The following screenshot from Azure portal shows the available tiers, minus pricing (which you can find in the portal and on the [pricing page](https://azure.microsoft.com/pricing/details/search/). **Free**, **Basic**, and **Standard** are the most common tiers.
3939

40-
**Free** creates a limited search service for smaller projects, including quickstarts and tutorials. Internally, replicas and partitions shared among multiple subscribers. You cannot scale a free service or run significant workloads.
40+
**Free** creates a limited search service for smaller projects, including quickstarts and tutorials. Internally, replicas and partitions are shared among multiple subscribers. You cannot scale a free service or run significant workloads.
4141

4242
**Basic** and **Standard** are the most commonly used billable tiers, with **Standard** being the default. With dedicated resources under your control, you can deploy larger projects, optimize performance, and set the capacity.
4343

articles/synapse-analytics/metadata/database.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ If the name of a Spark database conflicts with the name of an existing SQL on-de
3535

3636
For example, if a Spark database called `mydb` gets created in the Azure Synapse workspace `myws` and a SQL on-demand database with that name already exists, then the Spark database in SQL on-demand will have to be referenced using the name `mydb_myws-ondemand-DefaultSparkConnector`.
3737

38-
> [!CAUTION]
39-
> Caution: You should not take a dependency on this behavior.
40-
4138
## Security model
4239

4340
The Spark databases and tables, along with their synchronized representations in the SQL engine will be secured at the underlying storage level.

articles/synapse-analytics/metadata/table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,6 @@ id | name | birthdate
188188
## Next steps
189189

190190
- [Learn more about Azure Synapse Analytics' shared metadata](overview.md)
191-
- [Learn more about Azure Synapse Analytics' shared metadata Tables](table.md)
191+
- [Learn more about Azure Synapse Analytics' shared metadata database](database.md)
192192

193193

0 commit comments

Comments
 (0)