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 33<!-- For more information on using web.config transformation visit http://go.microsoft.com/fwlink/?LinkId=125889 -->
44
55<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" />
78 </appSettings >
89 <!--
910 In the example below, the "SetAttributes" transform will change the value of
Original file line number Diff line number Diff line change 125125 <appSettings >
126126 <!-- NotificationHubs specific app setings for messaging connections -->
127127 <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" />
128131 </appSettings >
129132 <system .serviceModel>
130133 <extensions >
You can’t perform that action at this time.
0 commit comments