Skip to content

Commit 4ea5ad7

Browse files
Update azure/Guidelines.md
Co-authored-by: Johan Stenberg (MSFT) <[email protected]>
1 parent c8ee97b commit 4ea5ad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure/Guidelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ while the Microsoft guidelines use the name "Operation-Location".
761761
:white_check_mark: **DO** look for **both** HEADERS in client code, preferring the `Operation-Location` version.
762762

763763
### Bring your own Storage (BYOS)
764-
Many services need to store and retrieve data files. For this scenario, teh service should not implement its own
764+
Many services need to store and retrieve data files. For this scenario, the service should not implement its own
765765
storage mechanism and should instead leverage the existing Azure Storage service. When doing this, the customer
766766
"owns" the storage account and just tells your service to use it. Colloquially, we call this <i>Bring Your Own Storage</i> as the customer is bringing their storage account to another service. BYOS provides significant benefits to service implementors: security, performance, uptime, etc. And, of course, most Azure customers are already with the Azure Storage service.
767767

0 commit comments

Comments
 (0)