I am executing the
az datafactory linked-service create
command, which creates a new linked service in my ADF. It is visible. However, after integrating ADF with Git, the same command returns information about the created Linked Service, but it is not visible in the GUI. This is strange to me because the
az datafactory linked-service list
command shows Linked Services from my branch, including the newly created one.
What am I doing wrong?
Expect:
Linked services will appear in an Adf with a Git integation after execute
az datafactory linked-service create