Combining/deploying storage accounts
-
2012년 8월 16일 목요일 오후 1:18
I am working on a team of 4 developers that are building an Azure web application. We each are using the Azure emulator on our local machines to do our development and therefore we each have our own local storage accounts running in SQLExpress.
Is there a way to manually or automatically synchronize storage across all the local storage instances? Along those same lines, when we deploy into Azure, is there a way to copy everything from the local storage into Azure?
모든 응답
-
2012년 8월 16일 목요일 오후 1:45
Hi jeffrod,
You can create a setup your local shared development environment by sharing the local storage emulator. Essentially, the storage emulator makes use of SQL Server. Afterwards, you can point all storage emulators to a central SQL Server instance and by this way create a local shared storage emulator. You can get more information here.
There is another similar thread that talks about this.
Hope this helps!
Best Regards,
Carlos Sardo- 답변으로 제안됨 Carlos Sardo 2012년 8월 16일 목요일 오후 1:45
- 답변으로 표시됨 Arwind - MSFTModerator 2012년 8월 22일 수요일 오전 9:28
- 답변으로 표시 취소됨 jeffrod 2012년 8월 27일 월요일 오후 2:08
-
2012년 8월 16일 목요일 오후 6:09Thanks Carlos. That will be helpful moving forward but I still have 4 developers that are working in different sections today. Is there a way to merge or transfer storage containers from one emulator to another? Or from one emulator to Azure?
-
2012년 8월 16일 목요일 오후 9:25
Thanks Carlos. That will be helpful moving forward but I still have 4 developers that are working in different sections today. Is there a way to merge or transfer storage containers from one emulator to another? Or from one emulator to Azure?
Hi jeffrod,
I recommend you taking a look at this tool: Azure Storage Backup
Mind if I ask, why not use a real storage account and share among your devs?
Hope this helps!
Best Regards,
Carlos Sardo -
2012년 8월 20일 월요일 오후 8:30
I am not sure if this makes sense. Why are you not using azure storage account across all developers. This will save you lot of headaches down the line.
MkMahesh
-
2012년 8월 27일 월요일 오후 2:10We aren't sharing because we are all new to Azure and didn't know we could do this or needed to do this. Now that we do, we will do this on all projects. Thanks Carlos!
-
2012년 8월 29일 수요일 오전 1:11
The tool looked good at first glance but it is still under development and as far as I can tell is unusable.

