An Azure service that provides an event-driven serverless compute platform.
Already provided answer for this question here : https://learn.microsoft.com/en-us/answers/questions/988258/index.html
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am using Azure function for hosting powershell function which is consuming a lot of time.
This function generally takes 60min to complete ,is there any other way we can host a long running powershell based script/function. or we can use Azure function to achieve this with some modification. What is the suggested way
I tried to create function app in premium plan. still I am getting 503 error. looks like it is related to memory.
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'><html xmlns='http://www.w3.org/1999/xhtml'><head><meta content='text/html; charset=utf-8' http-equiv='content-type'/><style type='text/css'>body {font-family:Arial; margin-left:40px; }img { border:0 none; }#content { margin-left: auto; margin-right: auto }#message h2 { font-size: 20px; font-weight: normal; color: #000000; margin: 34px 0px 0px 0px }#message p { font-size: 13px; color: #000000; margin: 7px 0px 0px0px}#errorref { font-size: 11px; color: #737373; margin-top: 41px }</style><title>Service unavailable</title></head><body><div id='content'><div id='message'><h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p></div><div id='errorref'><span>0ZRIOYwAAAAAKK8GyASooQ6qr/nxWMLAEQk9NMDJFREdFMDgyMAA3ZGIwYWMxYy1iNzZkLTRiYTQtYTE3NS01NTgxNTUxMTEzZDU=</span></div></div></body></html>
An Azure service that provides an event-driven serverless compute platform.
Already provided answer for this question here : https://learn.microsoft.com/en-us/answers/questions/988258/index.html