500 Internal Server Error

wei xu 1 Reputation point
2021-12-04T07:32:04.02+00:00

I received some 500 Internal Server Error by using Restler Fuzzer. According to this author, this error is necessary to report. A request is as follow,

PUT https://management.azure.com/subscriptions/{your subid}/resourceGroups/{your group}/providers/Microsoft.Network/virtualNetworks/{Vnet}?api-version=2015-06-15

{"properties":
{"addressSpace":
{"addressPrefixes":["10.0.0.0/16"]},
"subnets":
[{"properties":
{"addressPrefix":"10.0.0.0/16"},"name":0}],
"bgpCommunities":{"virtualNetworkCommunity":true}
},
"location":"eastus"
}

Response

154926-image.png

Azure DNS
Azure DNS
An Azure service that enables hosting Domain Name System (DNS) domains in Azure.
675 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,427 questions
Azure Network Watcher
Azure Network Watcher
An Azure service that is used to monitor, diagnose, and gain insights into network performance and health.
169 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. suvasara-MSFT 10,041 Reputation points
    2021-12-06T10:00:55.897+00:00

    @wei xu , I have done a quick repro on this API and found that it works as expected. I got a 200 ok response from the server. Could you please recheck the variables set on your API management tool?

    ----------

    Please do not forget to "Accept the answer" wherever the information provided helps you to help others in the community.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.