microsoft / Purview-ADB-Lineage-Solution-Accelerator

A connector to ingest Azure Databricks lineage into Microsoft Purview
MIT License
90 stars 55 forks source link

Functions OpenLineageIn, PurviewOut are not deployed #210

Open Palkers76 opened 1 year ago

Palkers76 commented 1 year ago

Describe the bug Functions OpenLineageIn, PurviewOut are not deployed either as part of --template-file "./newdeploymenttemp.json"

or

az functionapp deployment source config-zip \ -g RG \ -n OpenLineageIn --src ~/clouddrive/Purview-ADB-Lineage-Solution-Accelerator/function-app/adb-to-purview/src/Functions/OpenLineageIn.cs

NOTE: I didn't found any zip file in release, but this cs file seems to be "working" let me know if the command is wrong and path should be different

To Reproduce

Expected behavior functions created in function app

Logs deployment of newdeploymenttemp.json - no errors, but also do not see any info about 2 functions LOG from "az functionapp deployment source config-zip"

Getting scm site credentials for zip deployment Starting zip deployment. This operation can take a while to complete ... Deployment endpoint responded with status code 202 Configuring default logging for the app, if not already enabled Zip deployment failed. {'id': 'temp-8112dcd3', 'status': 3, 'status_text': '', 'author_email': 'N/A', 'author': 'N/A', 'deployer': 'ZipDeploy', 'message': 'Deploying from pushed zip file', 'progress': '', 'received_time': '2023-07-05T21:44:02.5548399Z', 'start_time': '2023-07-05T21:44:02.5548399Z', 'end_time': '2023-07-05T21:44:03.5099613Z', 'last_success_end_time': None, 'complete': True, 'active': False, 'is_temp': True, 'is_readonly': False, 'url': 'https://functionappXXXXXXX.scm.azurewebsites.net/api/deployments/latest', 'log_url': 'https://functionappXXXXXXX.scm.azurewebsites.net/api/deployments/latest/log', 'site_name': 'functionappXXXXXXX', 'provisioningState': 'Failed'}. Please run the command az webapp log deployment show -n functionappXXXXXXX -g RG

Screenshots N/A

Desktop (please complete the following information):

Additional context Add any other context about the problem here.