Answered by:
What is best practices to select storage options on azure

Question
-
Hi All,
i am new on azure,What is best practices to select storage options on azure.
Multiple tenant data with high volume of transaction. I want use as SAS.
Regards,
Manish
Sunday, April 10, 2016 6:26 AM
Answers
-
It depends upon your need and the type of application that you want to store in one of Azure Services. There are several data store available today and Azure provides most of them in the Cloud. Azure provides following storage options to meet your needs as "Type of storage (Azure Services)"
- Relational data (Azure SQL)
- Serialized Object Graphs (SOG) in JSON (DocumentDb)
- Semi-Structured Data (Azure Table Storage)
- SOG in Binary / Base 64 and Files (Azure Blobs Storage)
- Communication with Processes (Azure Queue)
And more. SAS is used for giving a limited access to your client to your Azure storage.
Janshair Khan
- Edited by Janshair Khan Sunday, April 10, 2016 7:03 AM
- Marked as answer by manishcal16PPS Thursday, April 14, 2016 3:43 AM
Sunday, April 10, 2016 7:02 AM -
Hello Manish,
here you find best practices of Data partitioning guidance :
https://azure.microsoft.com/en-us/documentation/articles/best-practices-data-partitioning/
Azure Storage samples :
https://azure.microsoft.com/nl-nl/documentation/articles/storage-samples/
Hope these links are helpful,
Best Regards,
James
- Proposed as answer by James van den BergMVP Monday, April 11, 2016 7:37 PM
- Marked as answer by manishcal16PPS Thursday, April 14, 2016 3:43 AM
Monday, April 11, 2016 7:37 PM -
You might want to start with the Introduction to Storage article This will give you an overview of Azure Storage, and then lead you to links at the bottom with articles on how to write code in multiple languages.
https://azure.microsoft.com/en-us/documentation/articles/storage-introduction/
Sr. Content Developer at Microsoft
- Marked as answer by manishcal16PPS Thursday, April 14, 2016 3:43 AM
Tuesday, April 12, 2016 11:04 PM
All replies
-
It depends upon your need and the type of application that you want to store in one of Azure Services. There are several data store available today and Azure provides most of them in the Cloud. Azure provides following storage options to meet your needs as "Type of storage (Azure Services)"
- Relational data (Azure SQL)
- Serialized Object Graphs (SOG) in JSON (DocumentDb)
- Semi-Structured Data (Azure Table Storage)
- SOG in Binary / Base 64 and Files (Azure Blobs Storage)
- Communication with Processes (Azure Queue)
And more. SAS is used for giving a limited access to your client to your Azure storage.
Janshair Khan
- Edited by Janshair Khan Sunday, April 10, 2016 7:03 AM
- Marked as answer by manishcal16PPS Thursday, April 14, 2016 3:43 AM
Sunday, April 10, 2016 7:02 AM -
Thanks a lot for replay,
can you share share some real world sample.
Regards,
Manish
Sunday, April 10, 2016 8:13 AM -
Hello Manish,
here you find best practices of Data partitioning guidance :
https://azure.microsoft.com/en-us/documentation/articles/best-practices-data-partitioning/
Azure Storage samples :
https://azure.microsoft.com/nl-nl/documentation/articles/storage-samples/
Hope these links are helpful,
Best Regards,
James
- Proposed as answer by James van den BergMVP Monday, April 11, 2016 7:37 PM
- Marked as answer by manishcal16PPS Thursday, April 14, 2016 3:43 AM
Monday, April 11, 2016 7:37 PM -
You might want to start with the Introduction to Storage article This will give you an overview of Azure Storage, and then lead you to links at the bottom with articles on how to write code in multiple languages.
https://azure.microsoft.com/en-us/documentation/articles/storage-introduction/
Sr. Content Developer at Microsoft
- Marked as answer by manishcal16PPS Thursday, April 14, 2016 3:43 AM
Tuesday, April 12, 2016 11:04 PM -
Thanks all,
Regards,
Manish
Thursday, April 14, 2016 3:44 AM