Share via

Azure analysis services refresh through logic apps ARI returns null

Anonymous
2021-12-27T14:35:52.403+00:00

Hi all,

the HTTP step in our AAS refresh logic app returns the following error:
InvalidTemplate. Unable to process template language expressions in action 'HTTP' inputs at line '1' and column '2953': 'Required property 'uri' expects a value but got null. Path ''.'.

160673-image.png

The URI that we fill is the following:
https://aspaaseastus2.asazure.windows. net/servers/<
our server name >/models/< our model name >/refreshes

160712-image.png

I could not find a similar question, is it the fact that we dont have a dedicated server?

Many thanks for thinking along!

Azure Analysis Services
Azure Logic Apps
Azure Logic Apps

An Azure service that automates the access and use of data across clouds without writing code.

0 comments No comments

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 71,016 Reputation points Moderator
    2022-01-04T03:29:00.237+00:00

    @Anonymous Apology for the delay. I was able to reproduce the issue at my end if the URI parameter is not correctly formed for your HTTP trigger. Can you please confirm if you are not dynamically creating the HTTP URI? If not I will suggest you to remove the URI parameter and add the value again to see if it helps you. Please also verify what uri value you see in the Code View of your workflow.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.