Skip to content
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

Is there any way to associate nic with appgateway backendpool? #837

Open
shyoon-devops opened this issue Oct 7, 2024 · 0 comments
Open
Labels
enhancement New feature or request needs:triage

Comments

@shyoon-devops
Copy link

What problem are you facing?

Is there a way to associate a NIC with an App Gateway backend pool?
I'm trying to associate a NIC with an App Gateway backend pool using NetworkInterfaceBackendAddressPoolAssociation as follows:

apiVersion: network.azure.upbound.io/v1beta1
kind: NetworkInterfaceBackendAddressPoolAssociation
metadata:
  name: crossplane-quickstart-nic-backend-address-pool-association
spec:
  forProvider:
    
    backendAddressPoolId: /subscriptions/xxxxxxxxxxxxxxxxxx/resourceGroups/prd-uset-gasp-admin-rg/providers/Microsoft.Network/applicationGateways/xxxxxxxxxxx/backendAddressPools/xxxxxxxxxxx
    ipConfigurationName: default
    networkInterfaceIdRef:
      name: crossplane-quickstart-nic
  providerConfigRef:
    name: workload-identity-provider-config-prod

However, it didn't work as expected (see image for details).
image

What could help solve your problem?

Is there any known way to successfully associate a NIC with an App Gateway backend pool?

@shyoon-devops shyoon-devops added enhancement New feature or request needs:triage labels Oct 7, 2024
@shyoon-devops shyoon-devops changed the title Is there any way to associate nic to appgateway backendpool? Is there any way to associate nic with appgateway backendpool? Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs:triage
Projects
None yet
Development

No branches or pull requests

1 participant