Closed keyss-manoj closed 2 years ago
route to CXP team
@keyss-manoj , the error indicates that the file is missing from the specified location. Do retry with the correct zip location.
@SubhashVasarapu-MSFT I am following this link https://nordicsemiconductor.github.io/asset-tracker-cloud-docs/v1.8.x/docs/azure/GettingStarted/Deploy.html, on step 18, I run this command node dist/pack/package-function-app.js functionapp.zip to generate zip file but when I tried to run this command az functionapp deployment source config-zip -g nrfassettracker -n nrfassettrackerapi --src functionapp.zip
@keyss-manoj the error "D:\collection\public\projects\nrf-asset-tracker\azure\functionapp.zip" indicates the command is not able to find or each this location. Make sure to use the full location in --src or copy the zip to this location where the command is running from. Thanks!
Closing due to lack of response. Please re-open if this still repros on the latest version
This is autogenerated. Please review and update as needed.
Describe the bug
Command Name
az functionapp deployment source config-zip
Errors:
To Reproduce:
Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information.
az functionapp deployment source config-zip -g {} -n {} --src {}
Expected Behavior
Environment Summary
Additional Context