Skip to content

Commit 7116b86

Browse files
Update azure/Guidelines.md
1 parent 4ea5ad7 commit 7116b86

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
@@ -762,7 +762,7 @@ while the Microsoft guidelines use the name "Operation-Location".
762762

763763
### Bring your own Storage (BYOS)
764764
Many services need to store and retrieve data files. For this scenario, the service should not implement its own
765-
storage mechanism and should instead leverage the existing Azure Storage service. When doing this, the customer
765+
storage APIs 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

768768
While Azure Managed Storage may be easier to get started with, as your service evolves and matures, BYOS provides the most flexibility and implementation choices. Further, when designing your APIs, be cognizant of expressing storage concepts and how clients will access your data. For example, if you are working with blobs, then you should not expose the concept of folders.

0 commit comments

Comments
 (0)