-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Labels
Service AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.Web Appsaz webappaz webapp
Milestone
Description
This is autogenerated. Please review and update as needed.
Describe the bug
Encountered issue while following this exercise on the very last step trying to create and deploy the web app :
https://docs.microsoft.com/en-us/learn/modules/load-balance-web-traffic-with-application-gateway/3-exercise-create-web-sites
Command Name
az webapp create
Errors:
update_site_config() takes 2 positional arguments but 3 were given
Traceback (most recent call last):
python3.6/site-packages/knack/cli.py, ln 206, in invoke
cmd_result = self.invocation.execute(args)
cli/core/commands/__init__.py, ln 608, in execute
raise ex
cli/core/commands/__init__.py, ln 666, in _run_jobs_serially
results.append(self._run_job(expanded_arg, cmd_copy))
cli/core/commands/__init__.py, ln 657, in _run_job
cmd_copy.exception_handler(ex)
...
cli/core/commands/__init__.py, ln 306, in __call__
return self.handler(*args, **kwargs)
azure/cli/core/__init__.py, ln 493, in default_command_handler
return op(**command_args)
cli/command_modules/appservice/custom.py, ln 135, in create_webapp
match['setter'](cmd, match, site_config)
TypeError: update_site_config() takes 2 positional arguments but 3 were given
To Reproduce:
Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information.
- Put any pre-requisite steps here...
az webapp create --resource-group {} --name {} --plan {} --runtime {} --deployment-source-url {} --deployment-source-branch {}
Expected Behavior
Environment Summary
Linux-4.15.0-1069-azure-x86_64-with-debian-stretch-sid
Python 3.6.5
Shell: bash
azure-cli 2.0.81 *
Additional Context
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Service AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.Web Appsaz webappaz webapp