0
votes

I set up git continuous deployment with bitbucket on my Azure website according to this blogpost

I created a basic mvc 5 app and push to bitbuket. everything going fine.

When i choose continuous deployment from my azure account and choose my project and branch and press ok. after some time it will give me following error enter image description here

Please help Thanks!

3
Do you have enough empty space on your website?Lukas Kabrt

3 Answers

1
votes

You have to temporarily raise your plan tier and then revert it back to the free tier after deployment.

It will cost you less than 10 cents.

0
votes

The error message says that there is no space left on your device.

0
votes

It looks like your Azure Web App may simply be out of disk space. What tier is your app in? Note that Free Web Apps get 1 GB of disk space that is shared between all the Web Apps in the Resource Group (details here). The Azure Portal should tell you if you are in fact out of disk space.