-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Support for azurerm_application_gateway
Basic SKU (Preview)
#25973
Comments
azurerm_application_gateway
Basic SKU azurerm_application_gateway
Basic SKU (Preview)
I am writing a PR for this feature, should have it ready for review either by the end of tomorrow. |
Upgrade of the
This might be more work than initially expected 😅 EDIT: Looks like this is staying on |
Pending #26776 and release of 4.0 |
Any news on this, now that 4.0 is out? |
@tedsmitt @rcskosir normally I'd consider an |
… SKU supported features
#27440 Submitted |
… SKU supported features
…nclude priority on request_routing_rule as required with agw v2 sku
…ource to be standard sku for compatibility with agw v2
* feat: #25973 azurerm_application_gateway basic sku support * feat: #25973 additional checks for application gateway Basic SKU supported features * tests: #25973 add tests for application gateway basic sku * fix: #2597 revert erroneous markdown lint changes * docs: #2597 add Basic SKU docs * tests(application_gateway): #25973 update tests to use v2 SKUs as V1 is now deprecated See https://learn.microsoft.com/en-us/azure/application-gateway/v1-retirement#retirement-timelines * tests(application_gateway): #25973 update all agw tests to include priority on request_routing_rule as required with agw v2 sku * tests(application_gateway): #25973 update test public ip resource to be standard sku for compatibility with agw v2
) * feat: hashicorp#25973 azurerm_application_gateway basic sku support * feat: hashicorp#25973 additional checks for application gateway Basic SKU supported features * tests: hashicorp#25973 add tests for application gateway basic sku * fix: hashicorp#2597 revert erroneous markdown lint changes * docs: hashicorp#2597 add Basic SKU docs * tests(application_gateway): hashicorp#25973 update tests to use v2 SKUs as V1 is now deprecated See https://learn.microsoft.com/en-us/azure/application-gateway/v1-retirement#retirement-timelines * tests(application_gateway): hashicorp#25973 update all agw tests to include priority on request_routing_rule as required with agw v2 sku * tests(application_gateway): hashicorp#25973 update test public ip resource to be standard sku for compatibility with agw v2
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Is there an existing issue for this?
Community Note
Description
As per the announcement for the Application Gateway Basic SKU (Preview) - implement
Basic
as an option for theazurerm_application_gateway
propertysku.name
andsku.tier
Following feature will be required to be registered in the subscription:
az feature register --name AllowApplicationGatewayBasicSku --namespace Microsoft.Network
Some changes to the
sku.capacity
andautoscale_configuration
logic/defaults may need to be made as well, since theBasic
SKU doesn't support thisI'm happy to look at implementing this, is the process to update to go-azure-sdk first, and then implement this in the provider?
New or Affected Resource(s)/Data Source(s)
azurerm_application_gateway
Potential Terraform Configuration
References
https://azure.microsoft.com/en-us/updates/public-preview-azure-application-gateway-v2-basic-sku/#:~:text=The%20Application%20Gateway%20Basic%20SKU,require%20advanced%20traffic%20management%20features
The text was updated successfully, but these errors were encountered: