Using SQL Server for the Storage Emulator database
Without doing this, you may corrupt the storage database causing untold grief and pain.
Open the Microsoft Azure Storage tools console and do the following:
Microsoft Azure Storage tools
Type azcopy /? for help on AzCopy.
C:\Program Files (x86)\Microsoft SDKs\Azure>azurestorageemulator init /server .\
\
'azurestorageemulator' is not recognized as an internal or external command,
operable program or batch file.
C:\Program Files (x86)\Microsoft SDKs\Azure>cd storageemulator
The system cannot find the path specified.
C:\Program Files (x86)\Microsoft SDKs\Azure>cd storage
The system cannot find the path specified.
C:\Program Files (x86)\Microsoft SDKs\Azure>cd storage emulator
C:\Program Files (x86)\Microsoft SDKs\Azure\Storage Emulator>azurestorageemulator init /server .\\
Windows Azure Storage Emulator 4.1.0.0 command line tool
The storage emulator was successfully initialized and is ready to use.
C:\Program Files (x86)\Microsoft SDKs\Azure\Storage Emulator>
Open the Microsoft Azure Storage tools console and do the following:
Microsoft Azure Storage tools
Type azcopy /? for help on AzCopy.
C:\Program Files (x86)\Microsoft SDKs\Azure>azurestorageemulator init /server .\
\
'azurestorageemulator' is not recognized as an internal or external command,
operable program or batch file.
C:\Program Files (x86)\Microsoft SDKs\Azure>cd storageemulator
The system cannot find the path specified.
C:\Program Files (x86)\Microsoft SDKs\Azure>cd storage
The system cannot find the path specified.
C:\Program Files (x86)\Microsoft SDKs\Azure>cd storage emulator
C:\Program Files (x86)\Microsoft SDKs\Azure\Storage Emulator>azurestorageemulator init /server .\\
Windows Azure Storage Emulator 4.1.0.0 command line tool
The storage emulator was successfully initialized and is ready to use.
C:\Program Files (x86)\Microsoft SDKs\Azure\Storage Emulator>
Comments
Post a Comment