Skip to content

Commit 75c5940

Browse files
Update azure/Guidelines.md
Co-authored-by: tg-msft <[email protected]>
1 parent 7116b86 commit 75c5940

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
@@ -763,7 +763,7 @@ while the Microsoft guidelines use the name "Operation-Location".
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
765765
storage APIs and should instead leverage the existing Azure Storage service. When doing this, the customer
766-
"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.
766+
"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 familiar 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.
769769

0 commit comments

Comments
 (0)