I'm using Visual Studio 2017. I've developed a web API and I'm publishing it to Azure. The API isn't showing up in the Azure Portal, but it is in the Azure Resource Explorer. I did some research, and I found this article that says the the API is being published with an outdated Azure SDK.
I'm using the latest vesion of VS 2017, 15.1 (26403.7).
I've verified my API is being published with the "apiapp" kind property. The article says the fix is to update my Azure SDK, but that seems to be integrated into the "Azure development" workload in VS2017. I don't see any way to force an update.
Is this a problem with Visual Studio 2017? Or, is there some other way to update the Azure SDK? Can I fix this in the Azure Resource Manager, until it's fixed?
Any guidance would be appreciated.