.NET 教程 - 将微服务部署到 Azure

清理资源

完成微服务测试后,可以使用以下命令删除你创建的所有资源:

Terminal
az group delete -n MyMicroserviceResources
继续