Azure web app is 503 Service Unavailable. How do I get it back running?Random 503 errors in Azure Mobile Services“Task was canceled” errors on Azure websiteCreating Azure storage account hung Azure websiteFor a long running startup, getting 503 (site unavailable) on Standard Azure Website instance503 Service Unavailable on Azure Cloud AppAzure web app have slow and unwarm loads (30s+ load)Azure web app slow server response timeMysterious Exception with .net Core on Azure App ServiceRecurring 503 errors with Azure App Service and UmbracoAzure Logic App gives 503 Service Unavailable
Term “console” in game consoles
Is it legal for a supermarket to refuse to sell an adult beer if an adult with them doesn’t have their ID?
Why do space operations use "nominal" to mean "working correctly"?
I want to identify a part from a photo
Why aren't there any women super GMs?
Naming your baby - does the name influence the child?
How can I help our ranger feel special about her beast companion?
Not able to find the "TcmTemplateDebugHost" process in Attach process, Even we run the Template builder
Why were these characters absent in Spider-Man: Far From Home?
In this iconic lunar orbit rendezvous photo of John Houbolt, why do arrows #5 and #6 point the "wrong" way?
What would be the safest way to drop thousands of small, hard objects from a typical, high wing, GA airplane?
Why does a tetrahedral molecule like methane have a dipole moment of zero?
Is surviving this (blood loss) scenario possible?
How did Jayne know when to shoot?
What causes a rotating object to rotate forever without external force—inertia, or something else?
What was the difference between a Games Console and a Home Computer?
Desecrating Shabbos to ask a Gadol to daven for a patient?
Is the Münchhausen trilemma really a trilemma?
What happens if a company buys back all of its shares?
Is Error correction and detection can be done with out adding extra bits?
Wordplay addition paradox
Which GPUs to get for Mathematical Optimization (if any)?
How is Buchholz score calculated in a Swiss tournament?
Amira L'Akum not on Shabbat
Azure web app is 503 Service Unavailable. How do I get it back running?
Random 503 errors in Azure Mobile Services“Task was canceled” errors on Azure websiteCreating Azure storage account hung Azure websiteFor a long running startup, getting 503 (site unavailable) on Standard Azure Website instance503 Service Unavailable on Azure Cloud AppAzure web app have slow and unwarm loads (30s+ load)Azure web app slow server response timeMysterious Exception with .net Core on Azure App ServiceRecurring 503 errors with Azure App Service and UmbracoAzure Logic App gives 503 Service Unavailable
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
Our website has been hosted on Azure for a few years. Tonight it is throwing 503 Service unavailable errors. I cannot even load a url to a .jpg file. I have restarted the app and still nothing loads from the website. I cannot buy Azure support because I have bought and cancelled Azure support in the past. We are a 3 person business and depend on our small website and it is down and I don't know what to do. None of the trace logs make any sense to me.
azure
add a comment |
Our website has been hosted on Azure for a few years. Tonight it is throwing 503 Service unavailable errors. I cannot even load a url to a .jpg file. I have restarted the app and still nothing loads from the website. I cannot buy Azure support because I have bought and cancelled Azure support in the past. We are a 3 person business and depend on our small website and it is down and I don't know what to do. None of the trace logs make any sense to me.
azure
Now 3 hours later it works. I have no idea why. Scares the hell out of me that our site can work fine for years, I change nothing. It goes down with 503 errors for a few hours and then poof it is back up. I am going to look into AWS. I need to sleep and depend on my host.
– AvgJoe
Mar 26 at 9:50
Are you using the Free or Shared plans? If so, check the quotas: docs.microsoft.com/en-us/azure/…
– CSharpRocks
Mar 26 at 13:25
add a comment |
Our website has been hosted on Azure for a few years. Tonight it is throwing 503 Service unavailable errors. I cannot even load a url to a .jpg file. I have restarted the app and still nothing loads from the website. I cannot buy Azure support because I have bought and cancelled Azure support in the past. We are a 3 person business and depend on our small website and it is down and I don't know what to do. None of the trace logs make any sense to me.
azure
Our website has been hosted on Azure for a few years. Tonight it is throwing 503 Service unavailable errors. I cannot even load a url to a .jpg file. I have restarted the app and still nothing loads from the website. I cannot buy Azure support because I have bought and cancelled Azure support in the past. We are a 3 person business and depend on our small website and it is down and I don't know what to do. None of the trace logs make any sense to me.
azure
azure
asked Mar 26 at 9:47
AvgJoeAvgJoe
91 bronze badge
91 bronze badge
Now 3 hours later it works. I have no idea why. Scares the hell out of me that our site can work fine for years, I change nothing. It goes down with 503 errors for a few hours and then poof it is back up. I am going to look into AWS. I need to sleep and depend on my host.
– AvgJoe
Mar 26 at 9:50
Are you using the Free or Shared plans? If so, check the quotas: docs.microsoft.com/en-us/azure/…
– CSharpRocks
Mar 26 at 13:25
add a comment |
Now 3 hours later it works. I have no idea why. Scares the hell out of me that our site can work fine for years, I change nothing. It goes down with 503 errors for a few hours and then poof it is back up. I am going to look into AWS. I need to sleep and depend on my host.
– AvgJoe
Mar 26 at 9:50
Are you using the Free or Shared plans? If so, check the quotas: docs.microsoft.com/en-us/azure/…
– CSharpRocks
Mar 26 at 13:25
Now 3 hours later it works. I have no idea why. Scares the hell out of me that our site can work fine for years, I change nothing. It goes down with 503 errors for a few hours and then poof it is back up. I am going to look into AWS. I need to sleep and depend on my host.
– AvgJoe
Mar 26 at 9:50
Now 3 hours later it works. I have no idea why. Scares the hell out of me that our site can work fine for years, I change nothing. It goes down with 503 errors for a few hours and then poof it is back up. I am going to look into AWS. I need to sleep and depend on my host.
– AvgJoe
Mar 26 at 9:50
Are you using the Free or Shared plans? If so, check the quotas: docs.microsoft.com/en-us/azure/…
– CSharpRocks
Mar 26 at 13:25
Are you using the Free or Shared plans? If so, check the quotas: docs.microsoft.com/en-us/azure/…
– CSharpRocks
Mar 26 at 13:25
add a comment |
2 Answers
2
active
oldest
votes
I think 503 could mean that you reached a quota and Azure now respond with a 503 for requests. So I would check the Quotas section within your App Service Plan.
Also check:
Troubleshoot HTTP errors of "502 bad gateway" and "503 service unavailable" in Azure App Service
add a comment |
There are several things you can do to help remedy the situation.
Restart the application (please indicate what it is that will help
us)Restart the instance that the application is running on.
Restore from a previous working backup of the site.
You should also add more information to your post so we can help, like what application you are using e.g. Apache, Nginx ect.
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55354045%2fazure-web-app-is-503-service-unavailable-how-do-i-get-it-back-running%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
I think 503 could mean that you reached a quota and Azure now respond with a 503 for requests. So I would check the Quotas section within your App Service Plan.
Also check:
Troubleshoot HTTP errors of "502 bad gateway" and "503 service unavailable" in Azure App Service
add a comment |
I think 503 could mean that you reached a quota and Azure now respond with a 503 for requests. So I would check the Quotas section within your App Service Plan.
Also check:
Troubleshoot HTTP errors of "502 bad gateway" and "503 service unavailable" in Azure App Service
add a comment |
I think 503 could mean that you reached a quota and Azure now respond with a 503 for requests. So I would check the Quotas section within your App Service Plan.
Also check:
Troubleshoot HTTP errors of "502 bad gateway" and "503 service unavailable" in Azure App Service
I think 503 could mean that you reached a quota and Azure now respond with a 503 for requests. So I would check the Quotas section within your App Service Plan.
Also check:
Troubleshoot HTTP errors of "502 bad gateway" and "503 service unavailable" in Azure App Service
answered Mar 26 at 9:57
Martin BrandlMartin Brandl
37.1k10 gold badges61 silver badges97 bronze badges
37.1k10 gold badges61 silver badges97 bronze badges
add a comment |
add a comment |
There are several things you can do to help remedy the situation.
Restart the application (please indicate what it is that will help
us)Restart the instance that the application is running on.
Restore from a previous working backup of the site.
You should also add more information to your post so we can help, like what application you are using e.g. Apache, Nginx ect.
add a comment |
There are several things you can do to help remedy the situation.
Restart the application (please indicate what it is that will help
us)Restart the instance that the application is running on.
Restore from a previous working backup of the site.
You should also add more information to your post so we can help, like what application you are using e.g. Apache, Nginx ect.
add a comment |
There are several things you can do to help remedy the situation.
Restart the application (please indicate what it is that will help
us)Restart the instance that the application is running on.
Restore from a previous working backup of the site.
You should also add more information to your post so we can help, like what application you are using e.g. Apache, Nginx ect.
There are several things you can do to help remedy the situation.
Restart the application (please indicate what it is that will help
us)Restart the instance that the application is running on.
Restore from a previous working backup of the site.
You should also add more information to your post so we can help, like what application you are using e.g. Apache, Nginx ect.
answered Mar 26 at 9:51
TzashiTzashi
15 bronze badges
15 bronze badges
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55354045%2fazure-web-app-is-503-service-unavailable-how-do-i-get-it-back-running%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Now 3 hours later it works. I have no idea why. Scares the hell out of me that our site can work fine for years, I change nothing. It goes down with 503 errors for a few hours and then poof it is back up. I am going to look into AWS. I need to sleep and depend on my host.
– AvgJoe
Mar 26 at 9:50
Are you using the Free or Shared plans? If so, check the quotas: docs.microsoft.com/en-us/azure/…
– CSharpRocks
Mar 26 at 13:25