@@ -48,7 +48,7 @@ For more information, see the following resources:
4848
4949### Typical error messages
5050
51- You may experience common errors such as the following:
51+ You might experience common errors such as the following:
5252
5353- ** Azure Functions runtime is unreachable.**
5454
@@ -126,7 +126,7 @@ The diagnostic workflow evaluates the following aspects of your function spp:
126126 - Diagnostic events during app startup
127127 - Offline history analysis for unexpected downtimes
128128- ** Recent deployments**
129- - Highlights deployments that may have impacted the app
129+ - Highlights deployments that might have affected the app
130130- ** Runtime and language version validation**
131131 - Confirms use of supported versions
132132- ** Configuration checks**
@@ -145,7 +145,7 @@ The diagnostic workflow evaluates the following aspects of your function spp:
145145- ** Execution health**
146146 - Detects:
147147 - Execution failures
148- - Non-triggering functions
148+ - Nontriggering functions
149149 - Stuck or long-running executions
150150- ** AI-powered analysis**
151151 - Uses OpenAI to detect issue patterns and provide contextual recommendations
@@ -217,7 +217,7 @@ For more information, see the following resources:
217217> [!NOTE]
218218> This tool applies to all hosting plans, except for the Linux Consumption and Flex Consumption plans.
219219
220- ### Additional logs
220+ ### Other logs
221221
222222- **Host Logs**: `%HOME%\LogFiles\Application\Functions\Host`
223223- **Functions log**: `%HOME%\LogFiles\Application\Functions\Function\<your_triggername>`
0 commit comments