
Windows Azure and Deployment of Applications tothe Cloud ◾ 347
e storage emulator creates a public known account on the emulated storage for testing the
application that is under development. e account only works for the local emulation environ-
ment. When the storage emulator gets started for the first time, the initialization process creates
a database in the LocalDB instance. e initialization process also reserves the HTTP port for
the local storage. When switching to a different database instance, the tool DSInit can be used
to reinitialize the database instance.
10.3.3 Application Development with Windows Azure SDK
Similar to the proce ...