skip to Main Content

Azure APIM named values using terraform

I have a terraform variable as given below variable "named_values" { type = map(object({ value = string secret = bool secret_id = optional(string) identity_client_id = optional(string) })) default = { "my-named-value-1" = { value = "my-plain-text-value-1" secret = false secret_id…

VIEW QUESTION

Azure – Unable to fetch activity runs from ADF

I am trying to fetch all the activities of a pipeline running in azure data factory and used this as guide: Activity Runs. I am trying to implement this in postman to check the details. POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/pipelineruns/{runId}/queryActivityruns?api-version=2018-06-01 used this to…

VIEW QUESTION
Back To Top
Search