Microsoft.AspNetCore.AzureAppServicesIntegration
January 13, 2025 ยท View on GitHub
{
+ namespace Microsoft.AspNetCore.Hosting {
+ public static class AppServicesWebHostBuilderExtensions {
+ public static IWebHostBuilder UseAzureAppServices(this IWebHostBuilder hostBuilder);
+ }
+ }
+}