Skip to content

Commit 664da75

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into rolyon-aadroles-custom-roles-graph-links
2 parents c1a0a6c + e3925cd commit 664da75

File tree

3 files changed

+51
-10
lines changed

3 files changed

+51
-10
lines changed

articles/machine-learning/v1/concept-automated-ml-v1.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The following settings allow you to configure your automated ML experiment.
4343
|----|:----:|:----:|
4444
|**Split data into train/validation sets**| ✓|✓
4545
|**Supports ML tasks: classification, regression, & forecasting**| ✓| ✓
46-
|**Supports computer vision tasks (preview): image classification, object detection & instance segmentation**||
46+
|**Supports computer vision tasks: image classification, object detection & instance segmentation**||
4747
|**Optimizes based on primary metric**| ✓| ✓
4848
|**Supports Azure ML compute as compute target** | ✓|✓
4949
|**Configure forecast horizon, target lags & rolling window**|✓|✓
@@ -124,10 +124,7 @@ Advanced forecasting configuration includes:
124124

125125
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).
126126

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
131128

132129
Support for computer vision tasks allows you to easily generate models trained on image data for scenarios like image classification and object detection.
133130

@@ -156,9 +153,7 @@ Instance segmentation | Tasks to identify objects in an image at the pixel level
156153

157154
<a name="nlp"></a>
158155

159-
### Natural language processing: NLP (preview)
160-
161-
[!INCLUDE [preview disclaimer](../../../includes/machine-learning-preview-generic-disclaimer.md)]
156+
### Natural language processing: NLP
162157

163158
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.
164159

@@ -178,7 +173,7 @@ During training, Azure Machine Learning creates a number of pipelines in paralle
178173

179174
Using **Azure Machine Learning**, you can design and run your automated ML training experiments with these steps:
180175

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.
182177

183178
1. **Choose whether you want to use the Python SDK or the studio web experience**:
184179
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.
318313

319314
+ **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).
320315

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).
322317

323318
How-to articles provide additional detail into what functionality automated ML offers. For example,
324319

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
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)
81.1 KB
Loading

0 commit comments

Comments
 (0)