Azure Bastion Developer SKU is missing in the supported regions.

Hello,
As per Azure documentation the developer SKU for azure bastion is available in Central India region :https://learn.microsoft.com/en-us/azure/bastion/quickstart-developer
But where is the developer SKU? Please advise.
Azure Bastion
-
G Sree Vidya • 4,250 Reputation points • Microsoft External Staff • Moderator
2025-05-05T08:22:33.5833333+00:00 Hello Atanu Gupta
The Developer SKU for Azure Bastion is a specific tier meant for non-production use, typically for testing and development purposes. According to the documentation you referenced, it should be available in Central India. However, it’s possible that the Developer SKU is not visible due to one of the following reasons:
- Resource Group Region: Ensure that your resource group is set to Central India when you're trying to deploy or create the Bastion resource.
- Bastion Developer SKU isn't dedicated and has limited features compared to other SKUs. You can access it directly through the VM connect page for secure connections without needing a public IP.
- Check Azure subscription supports the Developer SKU. You can verify this by checking your subscription details.
- For more information, please check this document https://learn.microsoft.com/en-us/azure/bastion/quickstart-developer#prereq
Note: Azure will automatically deploy a lightweight, temporary Bastion Developer resource behind the scenes — no need to manually provision anything or configure subnets.
- The VM is in a supported region
- There is no existing Bastion (Basic or Standard) in that VNet.
- With all right VM permissions.
- On the Bastion page, you'll see multiple options, including dedicated SKUs and Bastion Developer. To automatically deploy using the Bastion Developer offering, select Authentication Type and input the required credential values. Then, click Connect to connect to your virtual machine in just a few seconds through Bastion Developer. When you click Connect, a free Bastion Developer resource automatically deploys to your virtual network. You could also deploy Bastion Developer using the "Configure manually" button, but it's more efficient to use the Connect button.
I hope this helps! Please let me know if you have any questions, and we will be happy to assist you.
-
Atanu Gupta • 186 Reputation points
2025-05-05T08:53:56.9+00:00 Thanks for your reply.
All resources are in "Central India" region only including the resource group
There's no bastion in the entire subscription
VM Connect is creating a Standard Bastion
And when i try to configure manually...it not showing the Developer SKU
What is going on :) Is the documentation wrong or Bastion has an issue?
-
Mark Quail • 0 Reputation points
2025-05-05T10:30:56.7866667+00:00 I'm having a similar problem with a client in Central US
They actually have bastion deployed with the developer SKU and have been using it for several weeks but this morning their VMs are acting like it doesn't exist
and the option for the developer SKU has disappeared from the deployed bastion service.
-
João Amaro • 0 Reputation points
2025-05-05T10:54:30.97+00:00 I can confirm that this started happening today as well. Been using it for the last couple of weeks, until today.
I did another test to complement what folks have already said. Our VM instances are in a regular subscription, so I figured it might work in a Dev/Test subscription. However, the result was the same.
The Bastion was updated last month to remove Developer from the list of SKUs, and now it seems it's its own thing...
-
O. Bordes ERS • 5 Reputation points
2025-05-05T10:56:43.2733333+00:00 Same issue in Switzerland.
A service issue from 02.05.2025 05:19:44 reports the problem:
Impact Statement: Starting at 06:10 UTC on 02 May 2025, you have been identified as a customer using Bastion Developer who may experience unavailability for the service. Bastion Developer will be unavailable until further notice.
Workaround: We recommend using the Basic or Standard SKU of Azure Bastion to ensure continued secure access to your resources. (About Azure Bastion | Microsoft Learn)
Current Status: We are actively working to resolve the issue and restore full functionality. We are working on developing a fix and continuing to monitor this situation closely. We understand the inconvenience this may have caused and sincerely apologize for any disruption to your operations. We appreciate your understanding and patience as we work to resolve this issue. The next update will be provided on 05 May 2025, or as events warrant.
-
G Sree Vidya • 4,250 Reputation points • Microsoft External Staff • Moderator
2025-05-05T11:36:26.8733333+00:00 Hello Atanu Gupta
Thank you for the response,
We have checked with the internal team, and there is an outage in the Developer SKU in the Bastion. I will inform you once the issue is resolved.
Outage details:
Impact Statement: Starting at 06:10 UTC on 02 May 2025, you have been identified as a customer using Bastion Developer who may experience unavailability for the service. Bastion Developer will be unavailable until further notice.
Workaround: We recommend using the Basic or Standard SKU of Azure Bastion to ensure continued secure access to your resources. (About Azure Bastion | Microsoft Learn)
Current Status: We are actively working to resolve the issue and restore full functionality. We are working on developing a fix and continuing to monitor this situation closely. We understand the inconvenience this may have caused and sincerely apologize for any disruption to your operations. We appreciate your understanding and patience as we work to resolve this issue. The next update will be provided on 05 May 2025, or as events warrant.
-
WouterAarts-0601 • 0 Reputation points
2025-05-06T08:37:36.5766667+00:00 We're still experiencing the same issue in the West Europe region. We only started using Azure Bastion Developer about 2 weeks ago, we still have the Bastions in Developer tier, but we cannot use them at the moment.
Are there any updates on this?
-
G Sree Vidya • 4,250 Reputation points • Microsoft External Staff • Moderator
2025-05-06T09:45:02.23+00:00 Hello Wouter Aarts
Current Status: We are actively working to resolve the issue and restore full functionality to the service. Investigating teams have identified the issue and are in the process of developing a fix. The available workaround should help most of the affected customers, as we continue to monitor this situation closely.
We understand the inconvenience this may have caused and sincerely apologize for any disruption to your operations. We appreciate your understanding and patience as we work to resolve this issue.
The next update will be provided on 08 May 2025, or as events warrant.
-
Stephen Harper • 10 Reputation points
2025-05-06T14:23:49.64+00:00 Is there an estimated timeline for resolving the issue?
-
Christopher Kirby • 10 Reputation points
2025-05-06T17:08:08.8566667+00:00 Where is the update page showing the status of this issue? Azure Health Status shows all Bastions green and healthy.
-
Anonymous
2025-05-07T07:06:57.23+00:00 There appears to be a transient issue in the Azure portal (portal.azure.com). I also tested the same in my lab, and the Developer SKU is not showing in the Central India region in the normal portal (portal.azure.com).
We will escalate this to the product team to get it fixed and notify the relevant teams once it's resolved. Alternatively, you can also submit your feedback on the MS DOC so the team can review and update it accordingly.
Alternatively, you can use the preview portal: [https://preview.portal.azure.com/], as I have already tested it , and the Developer Plan is visible in the Central India region, as shown below.
If you're facing any errors in the Portal, kindly create it using the command below
az network bastion create --name Venkatbastion-bastion --public-ip-address VNet1-ip --resource-group TestRG1 --vnet-name VNet1 --location centralindia --sku Developer
Reference: https://learn.microsoft.com/en-us/azure/bastion/create-host-cli
I hope this is helpful! Do not hesitate to let me know if you have any other questions.
I really appreciate your feedback. It’s valuable to us. Please click Accept Answer on this post to assist other community members facing similar issues in finding the correct solution.
-
João Amaro • 0 Reputation points
2025-05-07T07:53:16.73+00:00 While the preview portal shows the Developer SKU and prompts for credentials in existing Bastion Developer instances, it's still exiting with a connection error
-
João Amaro • 0 Reputation points
2025-05-07T07:54:09.1966667+00:00 -
Anonymous
2025-05-07T14:06:42.5266667+00:00 Hi João Amaro
Thanks for your reply.
If you're facing an issue after creating a Bastion Developer plan, please post your question with detailed information and an error screenshot. I’ll definitely try to help you with the issue. I posted answer to the question the Developer plan not being available.
-
Atanu Gupta • 186 Reputation points
2025-05-07T15:04:56.7566667+00:00 Preview portal is only showing 4 locations once you select the Developer SKU. Central India not there. It seems to be a big outage going on for weeks now.
-
Anonymous
2025-05-07T16:13:56.7666667+00:00 Hi Atanu Gupta,
I just tested using the CLI command and was able to create a Developer plan in the Central India region. It appears to be a transient issue in the Azure portal.
We will escalate this to the product team to get it fixed and notify the relevant teams once it's resolved
Kindly test the same on your end and confirm.
az network bastion create --name Venkatbastion-bastion --public-ip-address VNet1-ip --resource-group TestRG1 --vnet-name VNet1 --location centralindia --sku Developer
Output:
Portal result
Reference:
https://learn.microsoft.com/en-us/azure/bastion/create-host-cli
If this helps resolve your issue, please click Accept Answer on this post to assist other community members facing similar issues in finding the correct solution.
-
Atanu Gupta • 186 Reputation points
2025-05-08T01:44:44.97+00:00 No...the preview portal is even more funny. It shows Develop SKU in Central India region.... but once you select that SKU... the central india region vanishes. There's a big outage going on in Bastion service.
-
Anonymous
2025-05-08T01:55:54.2566667+00:00 Hi Atanu Gupta
There is a transient issue in the portal. Could you please try the CLI command below and confirm
az network bastion create --name Venkatbastion-bastion --public-ip-address VNet1-ip --resource-group TestRG1 --vnet-name VNet1 --location centralindia --sku Developer
We are checking with the product team to get it fixed and will share the results with the respective groups once the issue is resolved.
If this helps resolve your issue, please click Accept Answer on this post to assist other community members facing similar issues in finding the correct solution.
-
Atanu Gupta • 186 Reputation points
2025-05-08T05:18:28.1833333+00:00 But why public IP and Vnet informations are required for Developer SKU? Please fix the real issue asap and why Azure Status is not showing this bastion outage?
Why it's all green.?
-
Anonymous
2025-05-08T06:15:38.8433333+00:00 Hi @Atanu Gupta**
Public IP** is not required, but a virtual network (VNet) is necessary. Azure Bastion with the Developer SKU allows you to connect to your virtual machines via private IP addresses, without needing a public IP on the VMs. The VMs you connect to do not require a public IP address. Follow the MS DOC for more details
Required parameters to execute the command: follow the az network bastion create
az network bastion create --name MyBastion --resource-group MyResourceGroup --sku Developer --vnet-name MyVnet
If this helps resolve your issue, please click Accept Answer on this post to assist other community members facing similar issues in finding the correct solution.
-
Atanu Gupta • 186 Reputation points
2025-05-08T07:23:54.0666667+00:00 The command is only successful in creating the bastion resource in Developer SKU but the bastion created this way unable to login to the VM.
I would request you to first try it yourself and then provide the answer. Not like this half baked touch-and-go kind of information.
-
KapilAnanth-MSFT • 49,671 Reputation points • Microsoft Employee • Moderator
2025-05-08T10:00:24.69+00:00 Greetings.
Your observation is correct; there is an issue with Azure Bastion Developer SKU across regions.
Azure Bastion team is currently working on a fix to address the issue and restore full functionality. And there is no ETA as of now.
I will update this thread once we have a fix.
Cheers,
Kapil.
-
KapilAnanth-MSFT • 49,671 Reputation points • Microsoft Employee • Moderator
2025-05-08T10:20:16.9833333+00:00 NOTE : Only Azure Bastion Developer SKU is affected by this, not other SKUs.
The recommended work around as of now is to use Basic or Standard SKU
-
Atanu Gupta • 186 Reputation points
2025-05-09T05:29:39.0566667+00:00 Hmmmmmm ... as expected from Microsoft 😊..Please update me if you find the fix this year. Thanks.
-
Shoaib Chohan • 25 Reputation points
2025-05-09T18:39:27.82+00:00 Is there any open ticket where this issue can be tracked?
-
Jimmy Lindö • 0 Reputation points
2025-05-10T06:30:26.3833333+00:00 Please give more Prio to fix this. Has been down way to long now and does not give us trust in the services. The fix to deploy another SKU is not a good one. It cost us money and will drain the bucks we have to play with in our VS subscriptions, and when Microsoft fixed the developer sku we will not be able to downgrade easily.
Can you give us a more detailed update @KapilAnanth-MSFT on how you are working in this case and the status? -
KapilAnanth-MSFT • 49,671 Reputation points • Microsoft Employee • Moderator
2025-05-10T06:35:38.7266667+00:00 Shoaib Chohan, Jimmy Lindö - automated email communications are sent to customers who had an existing Azure Bastion Developer.
However, if you did not have an existing one - you can consider creating a Support incident so that a Support Engineer can work with you and give you daily updates.
NOTE: Azure Bastion Developer offering is ideal for Dev/Test users who want to securely connect to their VMs, not for Production workloads.
I too shall update this thread if there are any developments.
-
Jimmy Lindö • 0 Reputation points
2025-05-10T18:28:15.7633333+00:00 @KapilAnanth-MSFT I am looking in my global admin accounts mailbox that also where the account that deployed Bastion Host Developer. I cannot find any communication regarding this issue, how should it be communicated? Developer SKU is used by Visual Studio subscriptions, these subscriptions are not under a support plan so that's an issue regarding creating a support ticket on the incident. I have used this Bastion host for over 6 months and it just stopped working. No health issues are related to the service in the portal.
would be nice if this could be escalated to bring some trust in the services or at least give the real status of the service in the portal so uptime reporting will be more correct of the services.
-
Atanu Gupta • 186 Reputation points
2025-05-13T04:28:14.86+00:00 It's really sad that nowadays it takes months for Microsoft to fix any issue. It was not like this before as i am working in Azure platform for 12+ years now.
Maybe all their layoffs and attrition has started showing results. All good tech guys might have left it seems.
-
KapilAnanth-MSFT • 49,671 Reputation points • Microsoft Employee • Moderator
2025-05-13T13:07:15.5733333+00:00 Jimmy Lindö - I totally understand your concern and I completely apologize for the issue.
- Currently, the recommendation from our Product Team is to use Basic or Standard SKU.
- Should there be an ETA or regional update, I shall add it to this thread.
P.S : Please find the the email communication initiated to the affected customers below
Impact Statement: Starting at 06:10 UTC on 02 May 2025, you have been identified as a customer using Bastion Developer who may experience unavailability for the service. Bastion Developer will be unavailable until further notice.
Workaround: We recommend using the Basic or Standard SKU of Azure Bastion to ensure continued secure access to your resources. (About Azure Bastion | Microsoft Learn)
Current Status: We are actively working to resolve the issue and restore full functionality. We are working on developing a fix and continuing to monitor this situation closely. We understand the inconvenience this may have caused and sincerely apologize for any disruption to your operations. We appreciate your understanding and patience as we work to resolve this issue. The next update will be provided on 05 May 2025, or as events warrant.
-
Alex Burlachenko • 13,640 Reputation points • Volunteer Moderator
2025-05-13T13:43:51.8233333+00:00 Hi Atanu Gupta,
thank you for reaching out with your question about the Azure Bastion Developer SKU on the Q&A portal. I really appreciate you taking the time to engage with the community and share your concerns.
I understand you’re looking for the Developer SKU in the Central India region, and I can see how this might be confusing if it’s not appearing as expected. According to the official Microsoft documentation, the Developer SKU should indeed be available in Central India, as mentioned here: Azure Bastion Quickstart for Developer SKU.
Sometimes, regional availability can vary due to updates or temporary limitations. If you’re not seeing the Developer SKU in the dropdown or options when creating a Bastion host, it might be worth double-checking the region selection or refreshing the portal. Additionally, you could try creating the Bastion host through Azure CLI or PowerShell, as the SKU might be available there even if it’s not visible in the UI.
If the issue persists, I’d recommend checking the Azure status page for any service updates or outages that might affect SKU availability in Central India. You can find that here: Azure Status.
Let me know if you’ve already tried these steps or if you’re still running into trouble.
Best regards, Alex P.S. If my answer help to you, please Accept my answer PPS That is my Answer and not a Comment https://ctrlaltdel.blog/
-
Atanu Gupta • 186 Reputation points
2025-05-15T05:20:59.36+00:00 Its a big outage going on for months now but Azure Status is showing all GREEN for bastion. That's the funny part 😊
-
G Robert • 0 Reputation points
2025-05-17T15:57:27.5666667+00:00 Same issue with East US 2 (should be available according to documentation). Microsoft: any update, ETA, ticket number?
-
KapilAnanth-MSFT • 49,671 Reputation points • Microsoft Employee • Moderator
2025-05-19T04:19:52.3666667+00:00 Hi G Robert , greetings.
Currently, Azure Bastion team is working on a fix and this is Severity 1.
And we do not have a public facing ETA.
The recommendation from our Product Team is to use Basic or Standard SKU. Should there be an ETA or regional update or RCA available for us to share publicly, I shall add it to this thread.
Apologies for the inconvenience caused.
-
Atanu Gupta • 186 Reputation points
2025-05-19T05:20:14.55+00:00 Dont give advise to use Basic or Standard SKU in every comment. Who will pay for it..Microsoft? to compensate. If your developer sku has screwed up... then say it's dead for now and push your tech guys to provide a fix asap without wasting time.
USING BASIC OR STANDARD SKU IS NOT A SOLUTION
-
KapilAnanth-MSFT • 49,671 Reputation points • Microsoft Employee • Moderator
2025-05-19T05:54:18.09+00:00 @Atanu Gupta , I understand your concern.
We agree that there is an outage happening at Azure Bastion Developer SKU, and I can assure you the Product Team is working on it.
Note that the recommendation to use Basic or Standard is not a solution, but a workaround in the meantime.
-
Lilach Davis • 0 Reputation points
2025-05-21T09:56:14.0933333+00:00 Experiencing the same issue. Where is the issue officially reported? The service status page shows no issues. How can I be notified when it's fixed?
-
Qi-Jian-Huang-DevOps • 171 Reputation points
2025-05-30T14:30:49.28+00:00 Still having issue today, using North Central US.
-
KapilAnanth-MSFT • 49,671 Reputation points • Microsoft Employee • Moderator
2025-06-10T05:34:11.03+00:00 Hi @Everyone ,
Greetings.
Please refer to Connect with Azure Bastion Developer,
-
- The document will be updated once the service becomes available.
Thanks,
Kapil
-
-
Preston Grant • 0 Reputation points
2025-08-05T18:22:14.08+00:00 Well, its now August 5th. 3 months since the OP reported the issue. Microsoft I think 3 months is enough to warrant a status update if not a complete resolution. Still experiencing the issue on my end and its holding back progress for our clients
-
KapilAnanth-MSFT • 49,671 Reputation points • Microsoft Employee • Moderator
2025-08-07T04:47:17.7233333+00:00 -
Preston Grant • 0 Reputation points
2025-08-07T12:17:45.4466667+00:00 It's not a workaround to suggest other paid products in place of the product that is supposed to be included with the service. For those that have been forced to used the workaround all this time, microsoft would have even less motivation to fix the developer sku. How about providing the community with a better update or a timeline to resolution?
-
KapilAnanth-MSFT • 49,671 Reputation points • Microsoft Employee • Moderator
2025-08-08T17:30:44.7333333+00:00 The latest update from the product team is that all regions are expected to be reenabled tentatively by October 2025.
Apologies for the inconvenience
Sign in to comment