File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -359,7 +359,7 @@ The easiest way to connect to Azurite from your application is to configure a co
359
359
</appSettings >
360
360
```
361
361
362
- #### HTTP Connection Strings
362
+ #### HTTP connection strings
363
363
364
364
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.
365
365
@@ -375,7 +375,7 @@ To connect to the queue service only, the connection string is:
375
375
376
376
` DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;QueueEndpoint=http://127.0.0.1:10001/devstoreaccount1; `
377
377
378
- #### HTTPS Connection Strings
378
+ #### HTTPS connection strings
379
379
380
380
The full HTTPS connection string is:
381
381
@@ -476,7 +476,7 @@ If you don't import a certificate, you'll get an error:
476
476
477
477
` unable to verify the first certificate ` or ` self signed certificate in chain `
478
478
479
- ##### Add Azurite via HTTPS Connection String
479
+ ##### Add Azurite via HTTPS connection string
480
480
481
481
Follow these steps to add Azurite HTTPS to Storage Explorer:
482
482
@@ -490,7 +490,7 @@ Follow these steps to add Azurite HTTPS to Storage Explorer:
490
490
1 . Select ** Next**
491
491
1 . Select ** Connect**
492
492
493
- ## Workspace Structure
493
+ ## Workspace structure
494
494
495
495
The following files and folders may be created in the workspace location when initializing Azurite.
496
496
You can’t perform that action at this time.
0 commit comments