Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Microsoft Azure Storage Essentials

You're reading from   Microsoft Azure Storage Essentials Harness the power of Microsoft Azure services to build efficient cloud solutions

Arrow left icon
Product type Paperback
Published in Aug 2015
Publisher
ISBN-13 9781784396237
Length 126 pages
Edition 1st Edition
Tools
Concepts
Arrow right icon
Author (1):
Arrow left icon
Chukri A Soueidi Chukri A Soueidi
Author Profile Icon Chukri A Soueidi
Chukri A Soueidi
Arrow right icon
View More author details
Toc

Table of Contents (10) Chapters Close

Preface 1. An Introduction to Microsoft Azure Storage Services 2. Developing Against Storage FREE CHAPTER 3. Working with Blobs 4. Working with Tables 5. Designing Scalable and Performant Tables 6. Working with Queues 7. Working with the Azure File Service 8. Transient Fault Handling and Analytics Index

Azure Storage Emulator

The Microsoft Azure SDK provides the Storage Emulator, a standalone package that provides a local environment for developers to emulate the Blob, Queue, and Table services on their machines. The storage emulator allows you to test the applications locally without any added cost. It uses a SQL server instance and the local file system on the computer to emulate the services.

The emulator has some limitations; it only allows one fixed pre-defined account and key. It also does not support large numbers of concurrent requests.

Addressing the emulator is slightly different than the Azure Storage, let us see in the following comparison how they differ. For referencing a blob in the Azure service you will use something like the following URL:

https://<your-account-name>.blob.core.windows.net/<your-container>/<your-blob>

For storage emulator referencing, you will replace the namespace of the service with your local machine address and port as shown below:

...

You have been reading a chapter from
Microsoft Azure Storage Essentials
Published in: Aug 2015
Publisher:
ISBN-13: 9781784396237
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image