You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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):
OS: using Azure Cloud Shell
OpenLineage Version: latest
Databricks Runtime Version: N/A
Cluster Type: N/A
Cluster Mode: N/A
Using Credential Passthrough: N/A
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: