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
See examples of regression and automated machine learning for predictions in these Python notebooks: [Sales Forecasting](https://github.com/Azure/azureml-examples/blob/main/v1/python-sdk/tutorials/automl-with-azureml/forecasting-orange-juice-sales/auto-ml-forecasting-orange-juice-sales.ipynb), [Demand Forecasting](https://github.com/Azure/azureml-examples/blob/main/v1/python-sdk/tutorials/automl-with-azureml/forecasting-energy-demand/auto-ml-forecasting-energy-demand.ipynb), and [Forecasting GitHub's Daily Active Users](https://github.com/Azure/azureml-examples/blob/main/v1/python-sdk/tutorials/automl-with-azureml/forecasting-github-dau/auto-ml-forecasting-github-dau.ipynb).
126
126
127
-
### Computer vision (preview)
128
-
129
-
> [!IMPORTANT]
130
-
> This feature is currently in public preview. This preview version is provided without a service-level agreement. Certain features might not be supported or might have constrained capabilities. For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
127
+
### Computer vision
131
128
132
129
Support for computer vision tasks allows you to easily generate models trained on image data for scenarios like image classification and object detection.
133
130
@@ -156,9 +153,7 @@ Instance segmentation | Tasks to identify objects in an image at the pixel level
Support for natural language processing (NLP) tasks in automated ML allows you to easily generate models trained on text data for text classification and named entity recognition scenarios. Authoring automated ML trained NLP models is supported via the Azure Machine Learning Python SDK. The resulting experimentation jobs, models, and outputs can be accessed from the Azure Machine Learning studio UI.
164
159
@@ -178,7 +173,7 @@ During training, Azure Machine Learning creates a number of pipelines in paralle
178
173
179
174
Using **Azure Machine Learning**, you can design and run your automated ML training experiments with these steps:
180
175
181
-
1.**Identify the ML problem** to be solved: classification, forecasting, regression or computer vision (preview).
176
+
1.**Identify the ML problem** to be solved: classification, forecasting, regression or computer vision.
182
177
183
178
1.**Choose whether you want to use the Python SDK or the studio web experience**:
184
179
Learn about the parity between the [Python SDK and studio web experience](#parity).
@@ -318,7 +313,7 @@ Tutorials are end-to-end introductory examples of AutoML scenarios.
318
313
319
314
+**For a low or no-code experience**, see the [Tutorial: Train a classification model with no-code AutoML in Azure Machine Learning studio](../tutorial-first-experiment-automated-ml.md).
320
315
321
-
+**For using AutoML to train computer vision models**, see the [Tutorial: Train an object detection model (preview) with AutoML and Python (v1)](./tutorial-auto-train-image-models-v1.md).
316
+
+**For using AutoML to train computer vision models**, see the [Tutorial: Train an object detection model with AutoML and Python (v1)](./tutorial-auto-train-image-models-v1.md).
322
317
323
318
How-to articles provide additional detail into what functionality automated ML offers. For example,
title: Diagnose and solve tool for Static Web Apps
3
+
description: Learn to troubleshoot issues with your static web app with the diagnose and solve tool in the Azure portal.
4
+
ms.date: 12/08/2022
5
+
author: craigshoemaker
6
+
ms.service: static-web-apps
7
+
ms.topic: conceptual
8
+
ms.author: cshoe
9
+
---
10
+
11
+
# Azure Static Web Apps diagnostics overview
12
+
13
+
If you encounter issues with your Azure Static Web Apps instance, the diagnose and solve feature can guide you through steps to troubleshoot problems.
14
+
15
+
Diagnostics for your static web app are accessible directly from the Azure portal, with no configuration required.
16
+
17
+
Although these diagnostics are most helpful for issues that have occurred in the last 24 hours, all the diagnostic data remains available for analysis.
18
+
19
+
## Categories
20
+
21
+
You have access to diagnostic data in these categories:
22
+
23
+
| Category | Description | Examples |
24
+
|--|--|--|
25
+
| Availability and performance | Health and performance data | Service uptime, site hits, platform health |
26
+
| Configuration and Management | Application configuration data | Configuration of Static Web Apps features, custom authentication information |
27
+
| Content Deployment | Content deployment data | Deployments |
28
+
29
+
## View diagnostics
30
+
31
+
1. From the [Azure portal](https://portal.azure.com), go to your static web app.
32
+
33
+
1. Select **Diagnose and solve problems**.
34
+
35
+
From the diagnostics window you can filter diagnostic categories, or select one from the list.
36
+
37
+
## Reports
38
+
39
+
Selecting a detector reveals a series of visualization for the diagnostic data. The following screenshot is an example of the availability and performance report.
40
+
41
+
:::image type="content" source="media/diagnotics-overview/azure-static-web-apps-diagnostics-chart.png" alt-text="Screenshot of Azure Static Web Apps diagnostics chart.":::
42
+
43
+
## Next steps
44
+
45
+
> [!div class="nextstepaction"]
46
+
> [Troubleshooting deployment and runtime errors](troubleshooting.md)
0 commit comments