-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Get an empty list of firewallRules when querying a postgres instance through a AzureFunction #21589
Comments
Label prediction was below confidence level |
Thanks for reporting this, I will take a look. |
@MaryGao Can you help take a look at this issue ? Thanks |
@blured75 I couldn't reproduce this in my azure function. I could get the same list both in local and azure function . But when I published my local code to azure function I did encounter the authentication issue. Here are the steps:
Please let me know if the steps are clear or not and share your message with us if still error! |
Hi, we're sending this friendly reminder because we haven't heard back from you in a while. We need more information about this issue to help address it. Please be sure to give us your input within the next 7 days. If we don't hear back from you within 14 days of this comment the issue will be automatically closed. Thank you! |
Release app microsoft.app 2022 10 01 (Azure#21683) * Adds base for updating Microsoft.App from version preview/2022-06-01-preview to version 2022-10-01 * Updates readme * Updates API version in new specs and examples * Add AppState and LatestReadyRevisionName (Azure#21034) * Add new props * add defaults * Add swagger for client cert & CORS policy (Azure#21126) * Fix password format of env domain for 2022-10-01 (Azure#21463) * fix * fix * Remove AppState property as we decided to postpone it (Azure#21483) * Remove AppState property as we decided to postpone it * Fix swagger issues * More swagger fixes * s360 swagger correctness fixes (Azure#21472) Co-authored-by: Nan Jiang <[email protected]> * Add kind for managed environment (Azure#21589) * add * fix * fix (Azure#21730) * fix (Azure#21747) Co-authored-by: p-bouchon <[email protected]> Co-authored-by: Ruslan Yakushev <[email protected]> Co-authored-by: zhenqxuMSFT <[email protected]> Co-authored-by: najian <[email protected]> Co-authored-by: Nan Jiang <[email protected]>
Describe the bug
I'm trying to get the list of firewall rules on a Postgres Instance in Azure, using the azure-js-sdk. Locally it works like a charm, I've got the list of firewall rules from my selected postgres instance. When I launch this process in an Azure function, targetting the same postgres instance, the firewall rules list is always empty, and there is no error message or exception thrown.
To Reproduce
Steps to reproduce the behavior:
Code which work locally
Code which return a empty firewall rules list in a Azure function
Expected behavior
I expect to get the same list of firewall rules when i run my program locally or in an azure function.
Screenshots
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: