File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
src/WebJobs.Script.WebHost Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 3
3
<!-- For more information on using web.config transformation visit http://go.microsoft.com/fwlink/?LinkId=125889 -->
4
4
5
5
<configuration xmlns : xdt =" http://schemas.microsoft.com/XML-Document-Transform" >
6
- <appSettings xdt : Transform =" Replace" >
6
+ <appSettings >
7
+ <add key =" Microsoft.Azure.NotificationHubs.ConnectionString" xdt : Locator =" Match(key)" xdt : Transform =" Remove" />
7
8
</appSettings >
8
9
<!--
9
10
In the example below, the "SetAttributes" transform will change the value of
Original file line number Diff line number Diff line change 125
125
<appSettings >
126
126
<!-- NotificationHubs specific app setings for messaging connections -->
127
127
<add key =" Microsoft.Azure.NotificationHubs.ConnectionString" value =" Endpoint=sb://[your namespace].notificationhubs.windows.net;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=[your secret]" />
128
+
129
+ <!-- Disable compilation snapshots on Azure Web Apps, to avoid loading that assembly -->
130
+ <add key =" aspnet:PortableCompilationOutput" value =" false" />
128
131
</appSettings >
129
132
<system .serviceModel>
130
133
<extensions >
You can’t perform that action at this time.
0 commit comments