Azure-Samples / digital-twins-samples

Azure Digital Twins building scenario sample code
MIT License
96 stars 84 forks source link

Fail to deploy the published functions (zip file) to my Azure function app #75

Open yanpengwuIoT opened 2 years ago

yanpengwuIoT commented 2 years ago

Command: az functionapp deployment source config-zip --resource-group myResourceGroup --name myFunctionApp --src "./publish.zip"

Error output: Getting scm site credentials for zip deployment The command failed with an unexpected error. Here is the traceback: 'str' object has no attribute 'value' Traceback (most recent call last): File "/opt/az/lib/python3.6/site-packages/knack/cli.py", line 231, in invoke cmd_result = self.invocation.execute(args) File "/opt/az/lib/python3.6/site-packages/azure/cli/core/commands/init.py", line 657, in execute raise ex File "/opt/az/lib/python3.6/site-packages/azure/cli/core/commands/init.py", line 720, in _run_jobs_serially results.append(self._run_job(expanded_arg, cmd_copy)) File "/opt/az/lib/python3.6/site-packages/azure/cli/core/commands/init.py", line 691, in _run_job result = cmd_copy(params) File "/opt/az/lib/python3.6/site-packages/azure/cli/core/commands/init.py", line 328, in call return self.handler(*args, kwargs) File "/opt/az/lib/python3.6/site-packages/azure/cli/core/commands/command_operation.py", line 121, in handler return op(command_args) File "/opt/az/lib/python3.6/site-packages/azure/cli/command_modules/appservice/custom.py", line 405, in enable_zip_deploy_functionapp return enable_zip_deploy(cmd, resource_group_name, name, src, timeout, slot) File "/opt/az/lib/python3.6/site-packages/azure/cli/command_modules/appservice/custom.py", line 417, in enable_zip_deploy scm_url = _get_scm_url(cmd, resource_group_name, name, slot) File "/opt/az/lib/python3.6/site-packages/azure/cli/command_modules/appservice/custom.py", line 1948, in _get_scm_url webapp = show_webapp(cmd, resource_group_name, name, slot=slot) File "/opt/az/lib/python3.6/site-packages/azure/cli/command_modules/appservice/custom.py", line 607, in show_webapp return _show_app(cmd, resource_group_name, name, "webapp", slot) File "/opt/az/lib/python3.6/site-packages/azure/cli/command_modules/appservice/custom.py", line 736, in _show_app "Unable to find {} '{}', in RG '{}'".format(cmd_app_type.value, name, resource_group_name), AttributeError: 'str' object has no attribute 'value' To open an issue, please run: 'az feedback'

I didn't change any code in the AdtSampleApp\SampleFunctionsApp, how to fix this error? Thank you very much.

Satya-Kolluri commented 2 years ago

@yanpengwuIoT - Looks like the Resource group name was not received well with CLI. Are you still facing this issue?