Getting Error While Importing ARM Templates in ADF

THIMMAIAH GARI,PRASHANTH,, 201 Reputation points
2020-07-22T05:12:01.397+00:00

Hi

I am trying to import ARM Templates in ADF. Getting below screenshot error.Please help me13150-arm-error.png

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,726 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Vaibhav Chaudhari 38,646 Reputation points
    2020-07-22T07:41:17.717+00:00

    Few observations:

    1. You are using some json file from Linked template folder. I think, you should be using arm_template.json file to create ADF
    2. Screenshot is showing some special characters that shouldn't be there. See how template looks like here - quickstart-create-data-factory-resource-manager-template

    ----------

    If the response helped, do "Accept Answer" and upvote it -- Vaibhav

    1 person found this answer helpful.
    0 comments No comments

  2. HarithaMaddi-MSFT 10,136 Reputation points
    2020-07-22T05:31:44.263+00:00

    Hi @THIMMAIAH GARI,PRASHANTH,, ,

    Welcome to Microsoft Q&A Platform.

    This seems like a syntax error, can you please check the line numbers in template that are specified in error message. Visual Studio code helps in giving syntax errors pointing at the line and code changes needed. Please find below gif for checking errors using visual studio code.

    13260-visualstudiocodedebuggingarm.gif

    Hope this helps!


  3. Marshall James 1 Reputation point
    2021-05-27T00:01:06.06+00:00

    I was having this issue also, so for the benefit of enyone else who has this problem, I believe the cause of this is tha the ARM template was being imported from within the ZIP file created in the original export process. Extract the contents from teh zip file first and then import from those folders, and the special characters and errors will not occur.

    0 comments No comments