Q55. what are storage account end points?

For each storage account created, three different endpoints are also created. Each end point refers to a particular service. The services and their corresponding end points will be displayed in the services dashboard screen.

Each endpoint represents the highest level of the namespace for accessing a service. The following are the endpoints for each service of the storage account, myfirststract. We assign the name 'myfirststract' to the storageaccount. The default endpoints for the myfirststracct are shown below.
  • Blob service: http://myfirststract.blob.core.windows.net
  • Table service: http://myfirststract.table.core.windows.net
  • Queue service: http://myfirststract.queue.core.windows.net

Note that since Blob, Table and Queue are separate services, each of them have their own namespaces under the storage account.
cover image of azure cloud 

book

Develop Azure Applications

Azure Cloud is gaining popularity and is competing with Amazon Elastic Cloud and Google Cloud for a spot in the billion dollar Cloud computing space.

With this book learn how to use - Table (an Azure Table is different from a SQL Server Table), Queue, Blob storage services, use your local machine to create an Application and a Service, how Azure splits a Table to achieve Load Balancing, Scalability based on the Partition Key, AppFabric Service Bus, Access Control Service, role of Fabric Controller, features of Azure SQL Database and Content Delivery Network.

Many have mastered Cloud Programming and are enjoying the benefits. Why not you?

cover image of asp.net book

Create your Own WEB ERP Software using ASP.Net

This book opens you to the Web. Using ASP.Net, C# and SQL Server as the tools, you will learn to build a Multi Tier Web Application as recommended by Microsoft. You will learn implementing inline GridView control, Transaction Management for a layered Web Application, build Data Access component and a Business Layer component.

Opens you to a world of opportunities. You will be able to develop a Web ERP application including all the five modules and learn how to use the TreeView control and GridView control to implement transactions such as Purchase Invoice, Sales Order and Sales Invoice.