Skip to content

Commit bff7365

Browse files
committed
Fixed title casing
1 parent 5daee44 commit bff7365

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/storage/common/storage-use-azurite.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ The easiest way to connect to Azurite from your application is to configure a co
359359
</appSettings>
360360
```
361361

362-
#### HTTP Connection Strings
362+
#### HTTP connection strings
363363

364364
You can pass the following connection strings to the [Azure SDKs](https://aka.ms/azsdk) or tools, like Azure CLI 2.0 or Storage Explorer.
365365

@@ -375,7 +375,7 @@ To connect to the queue service only, the connection string is:
375375

376376
`DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;QueueEndpoint=http://127.0.0.1:10001/devstoreaccount1;`
377377

378-
#### HTTPS Connection Strings
378+
#### HTTPS connection strings
379379

380380
The full HTTPS connection string is:
381381

@@ -476,7 +476,7 @@ If you don't import a certificate, you'll get an error:
476476

477477
`unable to verify the first certificate` or `self signed certificate in chain`
478478

479-
##### Add Azurite via HTTPS Connection String
479+
##### Add Azurite via HTTPS connection string
480480

481481
Follow these steps to add Azurite HTTPS to Storage Explorer:
482482

@@ -490,7 +490,7 @@ Follow these steps to add Azurite HTTPS to Storage Explorer:
490490
1. Select **Next**
491491
1. Select **Connect**
492492

493-
## Workspace Structure
493+
## Workspace structure
494494

495495
The following files and folders may be created in the workspace location when initializing Azurite.
496496

0 commit comments

Comments
 (0)