Hi,
I am getting these errors when I adapt the code provided for the tutorial:
The type or namespace name 'Azure' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
The type or namespace name 'AzureServiceTokenProvider' could not be found (are you missing a using directive or an assembly reference?)
Thank you for your help
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
@bertrandpons Thank you very much for the detailed feedback. Can you please provide the link to the tutorial you are experiencing issues with. It is not clear from this issue what documentation needs to be addressed. Thank you!
@Mike-Ubezzi-MSFT Thanks for your answer. Here is the link: https://docs.microsoft.com/en-us/azure/app-service/app-service-web-tutorial-connect-msi
@bertrandpons Perfect, thank you! Looking into this now...
@bertrandpons Okay, I see this issue. I am going to forward this on to the content author to evaluate an update as appropriate.

Adding the above results in the below validation errors:

@bertrandpons Please just run Install-Package Microsoft.Azure.Services.AppAuthentication -Version 1.1.0-preview instead of the packages.config changes. I've updated the doc and it should be published sometime today. #please-close
@Mike-Ubezzi-MSFT @cephalin Thanks a lot for your support!