Hi. Try to create using Azure Powershell. In my case it worked
New-AzRouteTable -Name 'az1000402-rt1' -ResourceGroupName az1000402-RG -Location "east us2" -Verbose
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
i want ro create hub-spoke topology ,so i tried to create routetable but when i give the name to the route table it shows a red corss mark. It is not showing why this error is coming .please help.....
Hi. Try to create using Azure Powershell. In my case it worked
New-AzRouteTable -Name 'az1000402-rt1' -ResourceGroupName az1000402-RG -Location "east us2" -Verbose
Hello @Kamlesh Choudhary ,
While creating a route table and giving a name to it, please make sure that there is no space before or after the name. A space before or after the name will give you a red cross mark (as shown in your case) and wont allow you to proceed further. Also, the error normally suggests the below:
Name must be less than 80 characters and start and end with a letter or number. You can use characters '-', '.', '_'.
I replicated your issue by adding a space before and after the name (as shown in your screenshot) and you can see the same red cross mark:
Please try again making sure there are no spaces and it should work.
Kindly let us know if the above helps or you need further assistance on this issue.
----------------------------------------------------------------------------------------------------------------
Please don’t forget to "Accept the answer" wherever the information provided helps you, this can be beneficial to other community members.