Justin Hauer

Results 19 comments of Justin Hauer
trafficstars

@Data-drone @mikonoid @karthikprabhu17 I am experiencing the same issues and you all described. Were any of you able to get past this? If so please elaborate how.

@christianrondeau @SurferL @bjornicus Can one of you post the full ARM template that you've been able to get this working with? I've tried making the modifications that @christianrondeau has mentioned...

I'm doing a log alert webhook, specifically on when someone views storage account keys. Getting the following error: InvalidTemplate. Unable to process template language expressions in action 'Http' inputs at...

@christianrondeau in you schema section, are you leaving in the variable $schema, as shown here: ``` "triggers": { "manual": { "type": "request", "kind": "Http", "inputs": { "schema": { "$schema": "http://json-schema.org/draft-04/schema#",...

@christianrondeau can you please share your full azuredeploy.json file so I can diff it to mine? (less any subscription ID's or other personal identifiable info) Here is the file, still...

Was able to make this work finally. my key was adding "activity log" to my schema. @{triggerBody()['data']?['context']['activityLog']['resourceProviderName']}. If anyone else has difficulty I can try assist.

Was asked by @nrb to add my use case's requirements to this issue. My organization is migrating to a new flavor of kubernetes, and unfortunately all resource definitions don't align...

@nikoskaramo use `RUN pipenv install --dev --system --deploy`