-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ambiguous result for get_ftp_allowed and update_ftp_allowed method #16778
Comments
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @AzureAppServiceCLI, @antcp. Issue Details
Describe the bug We need further explaination on the get_ftp_allowed method as well as update_ftp_allowed method: which FTP state is it referring to, as well as how to verify this value in portal.
It seems that the resource types are different(Microsoft.Web/sites, and Microsoft.Web/sites/{app-name}/config/web), but this is causing confusion and I think the get_ftp_allowed definition is ambiguous. So, in conclusion, we need what is the get_ftp_allowed method is returning and which FTP(FTP state?) is it referring to. Expected behavior Matching results between:
Or, explaination on what is the get_ftp_allowed is referring to.
|
Thanks for the feedback, we’ll investigate asap. |
Add missing alert detais fields (Azure#16778)
Hi @yuu045-ran. Thank you for opening this issue and giving us the opportunity to assist. We believe that this has been addressed. If you feel that further discussion is needed, please add a comment with the text “ |
Hi @yuu045-ran, since you haven’t asked that we “ |
Describe the bug
We need further explaination on the get_ftp_allowed method as well as update_ftp_allowed method: which FTP state is it referring to, as well as how to verify this value in portal.
In portal when we verify(az functionapp config show --name appname --resource-group rgname) the actual FTP state we will get "ftps_state": "Disabled", which is under type - "/subscriptions/{sub-id}/resourceGroups/{rgname}/providers/Microsoft.Web/sites/{app-name}/config/web"
In Azure resource explorer we can verify the same by clicking into app > config > web
It seems that the resource types are different(Microsoft.Web/sites, and Microsoft.Web/sites/{app-name}/config/web), but this is causing confusion and I think the get_ftp_allowed definition is ambiguous. So, in conclusion, we need what is the get_ftp_allowed method is returning and which FTP(FTP state?) is it referring to.
Expected behavior
Matching results between:
Or, explaination on what is the get_ftp_allowed is referring to.
The text was updated successfully, but these errors were encountered: