Skip to content

Commit 7a96845

Browse files
author
rhamlett_microsoft
committed
Documentation updates for Azure monitoring guide and related HTML files.
1 parent b47e361 commit 7a96845

4 files changed

Lines changed: 19 additions & 11 deletions

File tree

docs/azure-monitoring-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Azure Monitoring Guide for Performance Problem Simulator
1+
# Azure Diagnostics Guide for Performance Problem Simulator
22

3-
This guide explains how to use Azure monitoring tools to diagnose the performance problems created by this simulator.
3+
This guide explains how to use Azure diagnostics tools to diagnose the performance problems created by this simulator.
44

55
## 📊 Overview
66

src/PerfProblemSimulator/wwwroot/azure-monitoring-guide.html

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>Azure Monitoring Guide - Performance Problem Simulator</title>
6+
<title>Azure Diagnostics Guide - Performance Problem Simulator</title>
77
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
88
<link rel="stylesheet" href="css/dashboard.css">
99
<style>
@@ -277,7 +277,7 @@
277277
</head>
278278
<body>
279279
<header class="header">
280-
<h1>☁️ Azure Monitoring Guide</h1>
280+
<h1>☁️ Azure Diagnostics Guide</h1>
281281
<a href="/" class="back-link">
282282
<span></span>
283283
<span>Back to Dashboard</span>
@@ -304,7 +304,7 @@ <h1>☁️ Azure Monitoring Guide</h1>
304304
<!-- Overview Section -->
305305
<section id="overview" class="doc-section">
306306
<h2>📊 Overview</h2>
307-
<p>This guide explains how to use Azure monitoring tools to diagnose the performance problems created by the Performance Problem Simulator.</p>
307+
<p>This guide explains how to use Azure diagnostics tools to diagnose the performance problems created by the Performance Problem Simulator.</p>
308308

309309
<p>The simulator creates four types of issues:</p>
310310
<ol>
@@ -937,6 +937,13 @@ <h2>🔗 Additional Resources</h2>
937937
</a>
938938
</div>
939939
</section>
940+
941+
<!-- Footer -->
942+
<footer class="footer">
943+
<a href="/" class="btn btn-primary" style="margin-bottom: 1rem;">🏠 Return to Dashboard</a>
944+
<p>Performance Problem Simulator - Educational Tool for Azure App Service Diagnostics</p>
945+
<p>Created by <a href="https://speckit.org/" target="_blank">SpecKit</a> in collaboration with <a href="mailto:rhamlett@microsoft.com">Richard Hamlett</a></p>
946+
</footer>
940947
</div>
941948
</body>
942949
</html>

src/PerfProblemSimulator/wwwroot/documentation.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ <h3>Purpose</h3>
317317
<div class="feature-icon">🔧</div>
318318
<div class="feature-text">
319319
<strong>Practice</strong>
320-
<span>Using Azure monitoring and diagnostic tools</span>
320+
<span>Using Azure diagnostics and monitoring tools</span>
321321
</div>
322322
</div>
323323
<div class="feature-item">
@@ -532,7 +532,7 @@ <h3>Using with CLR Profiler</h3>
532532
<li>Download and analyze - look for the descriptive method names</li>
533533
</ol>
534534

535-
<p>See the <a href="/azure-monitoring-guide.html#slowrequest">Azure Monitoring Guide</a> for detailed profiler analysis instructions.</p>
535+
<p>See the <a href="/azure-monitoring-guide.html#slowrequest">Azure Diagnostics Guide</a> for detailed profiler analysis instructions.</p>
536536
</section>
537537

538538
<!-- Crash Simulation Section -->
@@ -922,7 +922,7 @@ <h3>Recommended Diagnostic Tools</h3>
922922
<li><strong>CPU Profiling</strong> - Capture and analyze CPU traces</li>
923923
<li><strong>Memory Dumps</strong> - Analyze memory allocations</li>
924924
</ul>
925-
<p>See the <a href="/azure-monitoring-guide.html">Azure Monitoring Guide</a> for detailed instructions.</p>
925+
<p>See the <a href="/azure-monitoring-guide.html">Azure Diagnostics Guide</a> for detailed instructions.</p>
926926
</section>
927927

928928
<!-- Architecture Section -->
@@ -1015,9 +1015,10 @@ <h3>Contributing</h3>
10151015
</section>
10161016

10171017
<!-- Footer -->
1018-
<footer style="text-align: center; padding: 2rem; color: var(--color-text-muted);">
1018+
<footer class="footer">
1019+
<a href="/" class="btn btn-primary" style="margin-bottom: 1rem;">🏠 Return to Dashboard</a>
10191020
<p>Performance Problem Simulator - Educational Tool for Azure App Service Diagnostics</p>
1020-
<p>Built with .NET 10.0 and ASP.NET Core | <a href="/">Return to Dashboard</a></p>
1021+
<p>Created by <a href="https://speckit.org/" target="_blank">SpecKit</a> in collaboration with <a href="mailto:rhamlett@microsoft.com">Richard Hamlett</a></p>
10211022
</footer>
10221023
</div>
10231024
</body>

src/PerfProblemSimulator/wwwroot/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h1 id="appTitle">🔥 Performance Problem Simulator</h1>
1717
<div id="skuDisplay" style="font-weight: bold; background: rgba(255,255,255,0.2); padding: 0.25rem 0.75rem; border-radius: 12px; font-size: 0.9em; display: none;">SKU: Loading...</div>
1818
<div style="display: flex; align-items: center; gap: 1.5rem;">
1919
<a href="https://github.com/rhamlett/PerfProblemSimulator-NETCore" target="_blank" style="color: white; text-decoration: none; padding: 0.5rem 1rem; background: rgba(255,255,255,0.1); border-radius: 4px; transition: background 0.15s ease;">🐙 GitHub</a>
20-
<a href="/azure-monitoring-guide.html" style="color: white; text-decoration: none; padding: 0.5rem 1rem; background: rgba(255,255,255,0.1); border-radius: 4px; transition: background 0.15s ease;">☁️ Azure Monitoring</a>
20+
<a href="/azure-monitoring-guide.html" style="color: white; text-decoration: none; padding: 0.5rem 1rem; background: rgba(255,255,255,0.1); border-radius: 4px; transition: background 0.15s ease;">☁️ Azure Diagnostics</a>
2121
<a href="/documentation.html" style="color: white; text-decoration: none; padding: 0.5rem 1rem; background: rgba(255,255,255,0.1); border-radius: 4px; transition: background 0.15s ease;">📚 Documentation</a>
2222
<button class="btn-panel-toggle" id="btnTogglePanel" title="Toggle Simulation Controls">
2323
🎮 Controls

0 commit comments

Comments
 (0)