Hi
I'm trying to deploy the databricks jobs from dev to prod environment. I have jobs in dev environment and using azure devops, I deployed the jobs in the code format to prod environment. Now when I use the post method to create the job programmatically, it always give 404 error. All the api calls give 404 error. It works fine in dev environment but not in prod. Our prod environment does not have access to the public network whereas the dev has (both of the environments are in different resource groups.)
So my understanding is since the prod is behind private network the api calls are not working? How do I enable the api calls to work in prod which does not have public access.
Any help is appreciated.
Thanks
Syed