Skip to content

Commit 629295a

Browse files
Update 13/umbraco-engage/getting-started/for-developers/troubleshooting-installations.md
Update content to fix vale warning Co-authored-by: Esha Noronha <82437098+eshanrnh@users.noreply.github.com>
1 parent 93f4e19 commit 629295a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

13/umbraco-engage/getting-started/for-developers/troubleshooting-installations.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,9 @@ await app.BootUmbracoAsync();
4747

4848
#### When running on Azure SQL tier lower than S3
4949

50-
**DISCLAIMER:** When running Azure SQL on lower tiers and querying COLUMN STORE indexes, performance may significantly decrease.
51-
Depending on the amount of data being processed, this can also lead to timeouts. Not reccommend for production level sites.
50+
{% hint style="warning" %}
51+
When running Azure SQL on lower tiers and querying columnstore indexes, performance may decrease. Depending on the amount of data being processed, this can also lead to timeouts. This configuration is not recommended for production environments.
52+
{% endhint %}
5253

5354
Azure SQL lower than S3 doesn't support creating COLUMN STORE indexes. To work around this follow these steps:&#x20;
5455

0 commit comments

Comments
 (0)