Azure-Player / azure.datafactory.devops

Azure DevOps Deployment Tasks for Azure Data Factory objects
MIT License
39 stars 21 forks source link

Question: Managed VNET and Managed Private Endpoint #134

Closed julanih closed 1 year ago

julanih commented 1 year ago

Hi this isn't an issue but i cannot look a question's section.

Well, my question is: Can you explain how it works the taks Publish with the new! feature for Managed VNET and Managed Private Endpoint, y so find in the documentation (README.md) and not found any ideas for use it.

Thanks for your help. Regards.

NowinskiK commented 1 year ago

Could you precise what do you mean by "how it works"?

julanih commented 1 year ago

Thanks for you soon reply @NowinskiK,

I have a managedPrivateEndpoint and I need to change the values for some properties like a privateResourceId for example when I deploy to my differents environments, I'll try using environment.cvs but always got the same error "Config file, Type is not supported"

NowinskiK commented 1 year ago

Got it. So, describe your problem more precisely, I mean: copy/paste config file and part of log with the (exact) error. Managed VNET & Private Endpoints are supported, so probably you configured something incorrectly.

julanih commented 1 year ago

hi @NowinskiK I resolved my problem, just for let you know and knowledge to others, in the documentation tells column type does't include VNET and Private Endpoint as a valid type option so I was try with "maganagedVirtualNetwork/default/managedPrivateEndpoint", "managedVirturlNetwork.default.managedPrivateEndpoint" and this got me the error.

Then i kept digging into your issues and commits and found an example with type "managedPrivateEndpoint" and that solved my problem.

image

image

Could you update the documentation please. Thanks for your support!

NowinskiK commented 1 year ago

Ahhhh, you checked documentation on DevOps project.... Sorry for confusing... the always up-to-date documentation is in this repo: https://github.com/Azure-Player/azure.datafactory.tools

where you'll see: image

and examples: image

I will remove the copy of documentation from here and add links to the correct location.

julanih commented 1 year ago

Thanks a lot @NowinskiK five stars service 🥇