You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<tdstyle="padding: 0.75rem; border: 1px solid #ddd;">HTML content for the footer's second line. If not set, only the app description and build info are shown.</td>
657
+
</tr>
658
+
</table>
659
+
660
+
<h4>Example Value</h4>
661
+
<pre><code>Created by <a href="https://speckit.org/">SpecKit</a> and <a href="https://github.com/copilot">Github Copilot</a> in collaboration with <a href="mailto:rhamlett@microsoft.com">Richard Hamlett</a></code></pre>
662
+
663
+
<h4>Setting via Azure CLI</h4>
664
+
<pre><code># Set the footer via Azure CLI
665
+
az webapp config appsettings set --name $APP_NAME --resource-group $RESOURCE_GROUP \
666
+
--settings 'ProblemSimulator__PageFooter=Created by <a href="https://speckit.org/">SpecKit</a> and <a href="https://github.com/copilot">Github Copilot</a> in collaboration with <a href="mailto:rhamlett@microsoft.com">Richard Hamlett</a>'</code></pre>
667
+
668
+
<h4>Setting via Azure Portal</h4>
669
+
<ol>
670
+
<li>Navigate to your App Service in the Azure Portal</li>
671
+
<li>Go to <strong>Settings</strong> → <strong>Environment variables</strong></li>
<p>Performance Problem Simulator - Educational Tool for Azure App Service Diagnostics</p>
763
-
<p>Created by <ahref="https://speckit.org/" target="_blank">SpecKit</a> in collaboration with <ahref="mailto:rhamlett@microsoft.com">Richard Hamlett</a></p>
816
+
<p>Performance Problem Simulator — Educational Tool for Azure App Service Diagnostics</p>
<p>Performance Problem Simulator - Educational Tool for Azure App Service Diagnostics</p>
1295
-
<p>Created by <ahref="https://speckit.org/" target="_blank">SpecKit</a> in collaboration with <ahref="mailto:rhamlett@microsoft.com">Richard Hamlett</a></p>
1294
+
<p>Performance Problem Simulator — Educational Tool for Azure App Service Diagnostics</p>
Copy file name to clipboardExpand all lines: src/PerfProblemSimulator/wwwroot/documentation.html
+24-2Lines changed: 24 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1234,8 +1234,8 @@ <h3>What It Tests</h3>
1234
1234
1235
1235
<!-- Footer -->
1236
1236
<footerclass="footer">
1237
-
<p>Performance Problem Simulator - Educational Tool for Azure App Service Diagnostics</p>
1238
-
<p>Created by <ahref="https://speckit.org/" target="_blank">SpecKit</a> in collaboration with <ahref="mailto:rhamlett@microsoft.com">Richard Hamlett</a></p>
1237
+
<p>Performance Problem Simulator — Educational Tool for Azure App Service Diagnostics</p>
Copy file name to clipboardExpand all lines: src/PerfProblemSimulator/wwwroot/index.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ <h2>🔥 PerfSim .NET</h2>
68
68
</a>
69
69
</nav>
70
70
<divclass="sidebar-footer">
71
-
PerfSim .NET v1.0 • .NET 8/10
71
+
Build: <spanid="sidebarBuildTime">--</span>
72
72
</div>
73
73
</aside>
74
74
@@ -307,8 +307,8 @@ <h2>📜 Event Log</h2>
307
307
</main>
308
308
309
309
<footerclass="footer">
310
-
<p>Performance Problem Simulator - Educational Tool for Azure App Service Diagnostics</p>
311
-
<p>Created by <ahref="https://speckit.org/" target="_blank">SpecKit</a> in collaboration with <ahref="mailto:rhamlett@microsoft.com">Richard Hamlett</a></p>
310
+
<p>Performance Problem Simulator — Educational Tool for Azure App Service Diagnostics</p>
0 commit comments