Skip to content

Commit 93f4e19

Browse files
Update troubleshooting-installations.md
Update linting
1 parent f7965db commit 93f4e19

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

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

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

50-
```
51-
DISCLAIMER: When running Azure SQL on lower tiers and querying columnstore indexes, performance may significantly decrease. Depending on the amount of data being processed, this can also lead to timeouts. We do not reccommend doing this on production level sites
52-
```
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.
52+
5353
Azure SQL lower than S3 doesn't support creating COLUMN STORE indexes. To work around this follow these steps: 
5454

5555
1. Scale your Azure SQL environment to S3.

0 commit comments

Comments
 (0)