jackmtpt
jackmtpt
Doing `echo 0 > /proc/sys/net/bridge/bridge-nf-call-iptables` makes normal pod-pod connections work, although pod --> service IP doesn't of course (since those rely on iptables NAT), so this issue seems to be...
It looks like this is caused by the Az.Functions module: ``` at ThrowTerminatingError, /azp/.local/share/powershell/Modules/Az.Functions/4.0.7/custom/HelperFunctions.ps1: line 869 at GetFunctionAppStackDefinition, /azp/.local/share/powershell/Modules/Az.Functions/4.0.7/custom/HelperFunctions.ps1: line 1734 at SetLinuxandWindowsSupportedRuntimes, /azp/.local/share/powershell/Modules/Az.Functions/4.0.7/custom/HelperFunctions.ps1: line 2118 at , /azp/.local/share/powershell/Modules/Az.Functions/4.0.7/custom/HelperFunctions.ps1: line...
This isn't stale - I'm just still waiting for someone to review it.
I'm going to work on a PR to fix this
Finally got approval to publish the fix - PR created.
Have you got a list of the issues that would need to be worked on? Is it something that you'd accept contributions for?
Do you actually have a .manifest per customer, or just per-version of your application? We do something similar - with a .manifest for e.g. v1 of the app and another...
This is also something that I would like to see added. As a workaround I tried the following command `az postgres flexible-server update --name my-server-name --resource-group my-resource-group --set network.publicNetworkAccess=Disabled` which...
Not having this makes AWS feel like a downgrade from Azure
https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/identity/azure-identity/migration_guide.md looks like Microsoft need to update this module to support the azure-identity credentials; until then it won't work Edit: https://github.com/Azure/azure-sdk-for-python/issues/15330#issuecomment-728163487 this may be a workaround