I am working on developing a remote event receiver for a SharePoint online site, and the remote event receiver is mainly an Asp.NET Web service project.. but to be able to integrate it with Azure Key vault, I need to add those packages inside my visual studio project:-
Install-Package Azure.CoreInstall-Package Azure.Security.KeyVault.SecretsInstall-Package Azure.Identity
so is it fine if we reference the Azure.Core
inside asp.net web application project? i tired this and the project worked well.. but might i get into troubles? or this is supported operation?