Unable to deploy managed private endpoints #307
Replies: 2 comments
-
First error: You can't change name of the object. |
Beta Was this translation helpful? Give feedback.
-
Thank you! That helped! managedPrivateEndpoint,"pep-adf-dev-syn-dev-sql",$.properties.privateLinkResourceId, "/subscriptions/guid/resourceGroups/rg-uat-001/providers/Microsoft.Synapse/workspaces/syn-uat-001" Cannot change the endpoint name but will make it not dependent of the environment. |
Beta Was this translation helpful? Give feedback.
-
I don't think this is a bug but I cannot find any documentation on how to do it and I am getting an error:
##[error]ADFT0010: Wrong path defined in config for object(path): managedPrivateEndpoint.pep-adf-dev-syn-dev(properties.name)
To Reproduce
In order to deploy the managed private endpoints that go into Synapse (adf->synapse with private access)
I change it in the config file like this:
type,name,path,value
managedPrivateEndpoint,"pep-adf-dev-syn-dev-sql","$.name", "pep-adf-uat-syn-uat-sql"
managedPrivateEndpoint,"pep-adf-dev-syn-dev-sql","$.properties", "{'privateLinkResourceId': '/subscriptions/guid/resourceGroups/rg-uat-001/providers/Microsoft.Synapse/workspaces/syn-uat-001','groupId': 'sql','fqdns': ['syn-uat.sql.azuresynapse.net']}"
Beta Was this translation helpful? Give feedback.
All reactions