Click here to Skip to main content
15,924,196 members
Home / Discussions / Cloud Computing
   

Cloud Computing

 
QuestionHttpRequest from Logic App is null Pin
TNCaver13-Jun-24 7:04
TNCaver13-Jun-24 7:04 
AnswerRe: HttpRequest from Logic App is null Pin
TNCaver20-Jun-24 10:47
TNCaver20-Jun-24 10:47 
Found the issue.

For anyone who runs across this or similar problem with an HTTP-Triggered Azure function in the future it may be because you are running the function in isolated worker mode. If so you must change the footprint of the function to look for an HttpRequestData object rather than an HttpRequest object in the Run parameters and return a HttpResponseData object like this:
C#
[Function(nameof(myHttpTriggeredFunction))]
public static HttpResponseData Run([HttpTrigger(AuthorizationLevel.Anonymous, "post")] HttpRequestData req, FunctionContext executionContext)
{
// processing code here
}
There are no solutions, only trade-offs.
   - Thomas Sowell

A day can really slip by when you're deliberately avoiding what you're supposed to do.
   - Calvin (Bill Watterson, Calvin & Hobbes)


QuestionHow to set up Minikube and get started with kubernetes? Pin
MoistMan20217-Mar-23 18:50
MoistMan20217-Mar-23 18:50 
QuestionLogging in to Tiki Wiki on Azure Pin
jsc427-Jan-22 5:29
professionaljsc427-Jan-22 5:29 
AnswerRe: Logging in to Tiki Wiki on Azure Pin
jschell19-Apr-23 5:20
jschell19-Apr-23 5:20 
GeneralRe: Logging in to Tiki Wiki on Azure Pin
jsc4219-Apr-23 23:27
professionaljsc4219-Apr-23 23:27 
QuestionCan a SignalR chat "hub" be hosted on AWS/LightSail? Pin
victorbos27-Jan-21 4:14
victorbos27-Jan-21 4:14 
AnswerMessage Closed Pin
15-Mar-21 4:06
Jhonalbert15-Mar-21 4:06 
AnswerRe: Can a SignalR chat "hub" be hosted on AWS/LightSail? Pin
Leeladhar Ladia25-Mar-22 3:11
Leeladhar Ladia25-Mar-22 3:11 
QuestionSFC allocation in CloudSim Pin
Member 147774293-Jan-21 1:30
Member 147774293-Jan-21 1:30 
QuestionWhich Cloud vendor chooses for the service website? Pin
William.Front-end3-Sep-20 0:48
William.Front-end3-Sep-20 0:48 
AnswerRe: Which Cloud vendor chooses for the service website? Pin
Afzaal Ahmad Zeeshan3-Sep-20 5:13
professionalAfzaal Ahmad Zeeshan3-Sep-20 5:13 
GeneralRe: Which Cloud vendor chooses for the service website? Pin
William.Front-end8-Sep-20 0:47
William.Front-end8-Sep-20 0:47 
GeneralRe: Which Cloud vendor chooses for the service website? Pin
Digital Meta15-Apr-24 20:42
Digital Meta15-Apr-24 20:42 
AnswerRe: Which Cloud vendor chooses for the service website? Pin
ZurdoDev15-Oct-20 6:45
professionalZurdoDev15-Oct-20 6:45 
AnswerRe: Which Cloud vendor chooses for the service website? Pin
MobilHead6-Aug-21 1:08
MobilHead6-Aug-21 1:08 
AnswerRe: Which Cloud vendor chooses for the service website? Pin
Michael Donald29-Nov-21 21:08
professionalMichael Donald29-Nov-21 21:08 
AnswerRe: Which Cloud vendor chooses for the service website? Pin
Member 155103601-Jun-22 4:56
Member 155103601-Jun-22 4:56 
AnswerRe: Which Cloud vendor chooses for the service website? Pin
Bohdan Stupak19-Apr-23 4:07
professionalBohdan Stupak19-Apr-23 4:07 
QuestionMigrate shared hosting ASP.Net site(s) to Azure Pin
DerekT-P18-Jul-20 23:28
professionalDerekT-P18-Jul-20 23:28 
AnswerRe: Migrate shared hosting ASP.Net site(s) to Azure Pin
Afzaal Ahmad Zeeshan3-Sep-20 5:24
professionalAfzaal Ahmad Zeeshan3-Sep-20 5:24 
GeneralRe: Migrate shared hosting ASP.Net site(s) to Azure Pin
DerekT-P3-Sep-20 23:41
professionalDerekT-P3-Sep-20 23:41 
GeneralRe: Migrate shared hosting ASP.Net site(s) to Azure Pin
Afzaal Ahmad Zeeshan4-Sep-20 3:57
professionalAfzaal Ahmad Zeeshan4-Sep-20 3:57 
QuestionOffice 365 + IMAP + OAuth2 [Solved] Pin
Richard Deeming15-Apr-20 4:03
mveRichard Deeming15-Apr-20 4:03 
AnswerRe: Office 365 + IMAP + OAuth2 Pin
Richard Deeming20-Apr-20 0:41
mveRichard Deeming20-Apr-20 0:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.