dotnet-core/release-notes/3.0/api-diff/Asp.Net/3.0.0_Microsoft.AspNetCore.AzureAppServicesIntegration.md
2019-10-10 13:57:00 -07:00

301 B

Microsoft.AspNetCore.AzureAppServicesIntegration

 {
+    namespace Microsoft.AspNetCore.Hosting {
+        public static class AppServicesWebHostBuilderExtensions {
+            public static IWebHostBuilder UseAzureAppServices(this IWebHostBuilder hostBuilder);
+        }
+    }
+}