microsoft / microsoft/sql-server-samples
Azure SQL Managed Instance sample script for Attach-vpn-gateway fails as VPN SKU is deprecated
Nobody has claimed this yet.
- Dominant language
- PowerShell
- Stars
- 11.2k
- Forks
- 9.1k
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 14
Description
While following the instructions on this QuickStart to configure a point-to-site connection to Azure SQL Managed Instance from on-premises
https://learn.microsoft.com/en-us/azure/azure-sql/managed-instance/point-to-site-p2s-configure?view=azuresql
The deployment fails with the error "New creations for Standard or HighPerformance sku is not supported."
The underlying ARM template that is hosted on this repository is deploying using the deprecated Standard SKU https://github.com/microsoft/sql-server-samples/blob/master/samples/manage/azure-sql-db-managed-instance/attach-vpn-gateway/azuredeploy.json
The VPN Gateway SKU has been deprecated as per this article. https://learn.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-vpn-faq#sku-deprecate
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with samples/manage/azure-sql-db-managed-instance/attach-vpn-gateway/azuredeploy.json and review the linked Azure VPN Gateway SKU deprecation guidance. Reproduce or inspect the deployment failure, update the deprecated SKU to a supported value, and verify that the sample deployment succeeds.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure
- Domain
- cloud
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 50/100