Hello @PETER ROCA Thank you for posting this concern on this community. I would like to gather the following link to either search it or report it as well: https://github.com/MicrosoftDocs/azure-docs/issues looking forward to hearing from you Cheers, Please "Accept the answer" if the information helped you. This will help us and others in the community as well.
Bug in UI for NAT gateway?
I am setting up a terraform project to deploy network resources and have run into a really strange problem that seems to be entirely UI-related.
When I go to the subnet list it shows this and no virtual networks are viewable in the list
But when I go to the JSON view, it shows this:
Everything about how the terraform project is set up seems correct. Is this a UI bug?
Azure Virtual Network
3 answers
Sort by: Most helpful
-
-
Peter Roca 0 Reputation points
2023-04-07T15:30:02.76+00:00 Update: after 24 hours, the UI is now showing the correct values everywhere. I guess it just takes time
-
ChaitanyaNaykodi-MSFT 27,471 Reputation points Microsoft Employee Moderator
2023-04-12T02:19:03.2466667+00:00 @Peter Roca Thank you for sharing your resolution here. I was able to reproduce this issue at my end and it is a portal UI bug. I have reported this as a bug to Azure Portal team internally.
An alternate way to confirm if the NAT Gateway deployment was successful. You can perform this REST API call which will list the details for your NAT Gateway resource (the results should match your JSON view above.)
I will make an update here as soon as the bug is fixed, meanwhile it will be helpful if you could mark this answer as accepted so that anyone in the community facing similar issue can find it helpful. Please let me know if you have any questions. Thank you!