I have created a account on window azzure and host my website over there.i want to know what the use of storage and website .how can i use my storage in website hosted.
second question this if do change onsingle page then i have to upgrade my website every time.this upgradation process usually take time.
For your second question: You can use the continuous deployment features of Windows Azure. If you're using a Windows Azure Web Site you can do it via Team Foundation Services, Git, CodePlex and GitHub. On a cloud service there's currently just TFS. With
that your site will be upgraded in the background and made available if the deployment was successful.
Another way in a cloud service would be the usage of the staging and production environment. You could upload your site to a staging environment and when the upload is finished you can swap VIPs with the production environment.
Regards.
If my post solves your problem, please mark as answer.
are you using WAWS to host? Or also make use of blob storage?
You can make use of WebMatrix 2, which is free, and then from the portal, in Internet Explorer, click the WebMatrix button at the button bar and have your site downloaded. You can then make changes and publish it. The tool itself is smart enough to detect
what you have changed.
Grz, Kris.
Read my blog | Twitter Interested in Azure, ASP.NET (MVC), jQuery, WCF, EF, MS SQL, ...
Keep the forums clean: report to the moderation team!
I think you're after a simple Azure web site couple with the Azure SDK to connect to your storage account. You can then write your asp.net app in either Visual Studio or Web Matrix and follow one of the many on-line tutorials for publishing it. Making a
simple update to your website will then be a quick publish.
Hope this helps,
Mark
Thanks,
Mark
This posting is provided "AS IS" with no warranties, and confers no rights.
How I can deploy a small aspx or image without deploying the complete application?
Why we need a Package File and Cloud Service Configuration file how it works in deployment?
How i can i use my storage account? i have hosted the web site .how i can use my storage account for this?
>>How I can deploy a small aspx or image without deploying the complete application?
There is a software, i donot know its name but with it you can directly connect with your Storage account and drag drop the images. Then you can use those images whereever you want. I will send you the name of the software later(right now i am in office).
>>Why we need a Package File and Cloud Service Configuration file how it works in deployment?
They serve almost the same purpose as the web.config file. The configuration file has all the basic settings that tell the Azure environment about the general settings like total instances etc. The package file has your code files.
>>How i can i use my storage account? i have hosted the web site .how i can use my storage account for this?
vikas227
Member
623 Points
801 Posts
window azure development
Sep 27, 2012 03:22 AM|LINK
please answer my following question
I have created a account on window azzure and host my website over there.i want to know what the use of storage and website .how can i use my storage in website hosted.
second question this if do change onsingle page then i have to upgrade my website every time.this upgradation process usually take time.
i shall be very thank full to all of you.
Horizon_Net
Star
8277 Points
1435 Posts
Re: window azure development
Sep 27, 2012 12:18 PM|LINK
Hi,
could you please clearify your first question?
For your second question: You can use the continuous deployment features of Windows Azure. If you're using a Windows Azure Web Site you can do it via Team Foundation Services, Git, CodePlex and GitHub. On a cloud service there's currently just TFS. With that your site will be upgraded in the background and made available if the deployment was successful.
Another way in a cloud service would be the usage of the staging and production environment. You could upload your site to a staging environment and when the upload is finished you can swap VIPs with the production environment.
If my post solves your problem, please mark as answer.
XIII
All-Star
182674 Points
23445 Posts
ASPInsiders
Moderator
MVP
Re: window azure development
Sep 27, 2012 02:05 PM|LINK
Hi,
Grz, Kris.
Interested in Azure, ASP.NET (MVC), jQuery, WCF, EF, MS SQL, ...
Keep the forums clean: report to the moderation team!
vikas227
Member
623 Points
801 Posts
Re: window azure development
Sep 28, 2012 08:15 AM|LINK
Thanks all
My question is:
- How I can deploy a small aspx or image without deploying the complete application?
- Why we need a Package File and Cloud Service Configuration file how it works in deployment?
- How i can i use my storage account? i have hosted the web site .how i can use my storage account for this?
<div>https://www.windowsazure.com/en-us/manage/services/storage/</div>teguhyuliant...
Participant
1370 Points
372 Posts
Re: window azure development
Oct 03, 2012 04:15 AM|LINK
For learn more about windows azure development, you can follow this link as your tutorial :
http://blogs.msdn.com/b/windowsazure/archive/2011/07/26/just-released-new-windows-azure-tutorials-and-tutorial-landing-pages.aspx
markberr
Participant
1148 Points
239 Posts
Microsoft
Re: window azure development
Oct 05, 2012 02:32 AM|LINK
I think you're after a simple Azure web site couple with the Azure SDK to connect to your storage account. You can then write your asp.net app in either Visual Studio or Web Matrix and follow one of the many on-line tutorials for publishing it. Making a simple update to your website will then be a quick publish.
Hope this helps,
Mark
Mark
This posting is provided "AS IS" with no warranties, and confers no rights.
vikas227
Member
623 Points
801 Posts
Re: window azure development
Oct 08, 2012 05:16 AM|LINK
please send me the refer link to make the Remote desktop connection.
Thanks
Vikas
markberr
Participant
1148 Points
239 Posts
Microsoft
Re: window azure development
Oct 08, 2012 01:59 PM|LINK
Sure thing. Have a look at http://msdn.microsoft.com/en-us/library/windowsazure/gg443832.aspx.
Mark
This posting is provided "AS IS" with no warranties, and confers no rights.
teguhyuliant...
Participant
1370 Points
372 Posts
Re: window azure development
Nov 02, 2012 06:57 AM|LINK
If you want to learn more about Windows Azure, a lot of source that you can follow as your reference. One of the useful tutorial that might be good to try is http://www.windowsazure.com/en-us/develop/net/tutorials/web-site-with-sql-database/
rogerz123456...
Member
138 Points
122 Posts
Re: window azure development
Nov 23, 2012 10:33 AM|LINK
My question is:
>>How I can deploy a small aspx or image without deploying the complete application?
There is a software, i donot know its name but with it you can directly connect with your Storage account and drag drop the images. Then you can use those images whereever you want. I will send you the name of the software later(right now i am in office).
>>Why we need a Package File and Cloud Service Configuration file how it works in deployment?
They serve almost the same purpose as the web.config file. The configuration file has all the basic settings that tell the Azure environment about the general settings like total instances etc. The package file has your code files.
>>How i can i use my storage account? i have hosted the web site .how i can use my storage account for this?
http://www.windowsazure.com/en-us/develop/net/how-to-guides/table-services/
Behroz Sikander