Skip to content

Commit e243c00

Browse files
authored
Merge pull request #99016 from MicrosoftDocs/master
Merge master to live 5 PM
2 parents e10b48f + c15caf6 commit e243c00

11 files changed

+43
-36
lines changed

articles/azure-functions/functions-monitor-log-analytics.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,40 +29,42 @@ In the setting page, choose **Send to Log Analytics**, and under **LOG** choose
2929

3030
![Add a diagnostic setting](media/functions-monitor-log-analytics/choose-table.png)
3131

32-
## User generated logs
32+
## User-generated logs
3333

3434
To generate custom logs, you can use the specific logging statement depending on your language, here are sample code snippets:
3535

36-
**JavaScript**
36+
# [JavaScript](#tab/javascript)
3737

3838
```javascript
3939
context.log('My app logs here.');
4040
```
4141

42-
**Python**
42+
# [Python](#tab/python)
4343

4444
```python
4545
logging.info('My app logs here.')
4646
```
4747

48-
**.NET**
48+
# [C#](#tab/csharp)
4949

5050
```csharp
5151
log.LogInformation("My app logs here.");
5252
```
5353

54-
**Java**
54+
# [Java](#tab/java)
5555

5656
```java
5757
context.getLogger().info("My app logs here.");
5858
```
5959

60-
**PowerShell**
60+
# [PowerShell](#tab/powershell)
6161

6262
```powershell
6363
Write-Host "My app logs here."
6464
```
6565

66+
---
67+
6668
## Querying the logs
6769

6870
To query the generated logs, go to the log analytics workspace and click **Logs**.

articles/azure-monitor/app/app-map.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@ Select **go to details** to explore the end-to-end transaction experience, which
6565

6666
![Screenshot of end-to-end transaction details](media/app-map/end-to-end-transaction.png)
6767

68-
### View in Analytics
68+
### View Logs (Analytics)
6969

70-
To query and investigate your applications data further, click **view in analytics**.
70+
To query and investigate your applications data further, click **view in Logs (Analytics)**.
7171

72-
![Screenshot of view in analytics button](media/app-map/view-in-analytics.png)
72+
![Screenshot of view in analytics button](media/app-map/view-logs.png)
7373

74-
![Screenshot of analytics experience](media/app-map/analytics.png)
74+
![Screenshot of analytics experience. Line graph summarizing the average response duration of a request over the past 12 hours.](media/app-map/log-analytics.png)
7575

7676
### Alerts
7777

207 KB
Loading
3.72 KB
Loading

articles/azure-monitor/app/website-monitoring.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Application Insights can gather telemetry data from any internet-connected appli
4343
| Settings | Value | Description |
4444
| ------------- |:-------------|:-----|
4545
| **Name** | Globally Unique Value | Name that identifies the app you are monitoring |
46-
| **Resource Group** | myResourceGroup | Name for the new resource group to host App Insights data |
46+
| **Resource Group** | myResourceGroup | Name for the new resource group to host App Insights data. You can create a new resource group or use an existing one. |
4747
| **Location** | East US | Choose a location near you, or near where your app is hosted |
4848

4949
2. Click **Create**.
@@ -129,6 +129,9 @@ To learn more advanced configurations for monitoring websites, check out the [Ja
129129
130130
If you plan to continue on to work with subsequent quickstarts or with the tutorials, do not clean up the resources created in this quickstart. Otherwise, if you do not plan to continue, use the following steps to delete all resources created by this quickstart in the Azure portal.
131131
132+
> [!NOTE]
133+
> If you used an existing resource group the instructions below will not work and you will need to just delete the individual Application Insights resource. Keep in mind anytime you delete a resource group all underyling resources that are members of that group will be deleted.
134+
132135
1. From the left-hand menu in the Azure portal, click **Resource groups** and then click **myResourceGroup**.
133136
2. On your resource group page, click **Delete**, type **myResourceGroup** in the text box, and then click **Delete**.
134137

articles/azure-monitor/learn/dotnetcore-quick-start.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,13 @@ Application Insights can gather telemetry data from any internet-connected appli
4949
| Settings | Value | Description |
5050
| ------------- |:-------------|:-----|
5151
| **Name** | Globally Unique Value | Name that identifies the app you are monitoring |
52-
| **Resource Group** | myResourceGroup | Name for the new resource group to host App Insights data |
52+
| **Resource Group** | myResourceGroup | Name for the new resource group to host App Insights data. You can create a new resource group or use an existing one. |
5353
| **Location** | East US | Choose a location near you, or near where your app is hosted |
5454

5555
2. Click **Create**.
5656

57+
58+
5759
## Configure App Insights SDK
5860

5961
1. Open your ASP.NET Core Web App **project** in Visual Studio > Right-click on the AppName in the **Solution Explorer** > Select **Add** > **Application Insights Telemetry**.
@@ -103,6 +105,9 @@ Application Insights can gather telemetry data from any internet-connected appli
103105
## Clean up resources
104106
When you are done testing, you can delete the resource group and all related resources. To do so follow the steps below.
105107

108+
> [!NOTE]
109+
> If you used an existing resource group the instructions below will not work and you will need to just delete the individual Application Insights resource. Keep in mind anytime you delete a resource group all underyling resources that are members of that group will be deleted.
110+
106111
1. From the left-hand menu in the Azure portal, click **Resource groups** and then click **myResourceGroup**.
107112
2. On your resource group page, click **Delete**, type **myResourceGroup** in the text box, and then click **Delete**.
108113

articles/azure-monitor/learn/nodejs-quick-start.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Application Insights can gather telemetry data from any internet-connected appli
4747
| Settings | Value | Description |
4848
| ------------- |:-------------|:-----|
4949
| **Name** | Globally Unique Value | Name that identifies the app you are monitoring |
50-
| **Application Type** | Node.js Application | Type of app you are monitoring |
50+
| **Resource Group** | myResourceGroup | Name for the new resource group to host App Insights data. You can create a new resource group or use an existing one. |
5151
| **Location** | East US | Choose a location near you, or near where your app is hosted |
5252

5353
2. Select **Create**.
@@ -126,6 +126,9 @@ To learn more about monitoring Node.js, check out the [additional App Insights N
126126

127127
When you are done testing, you can delete the resource group and all related resources. To do so follow the steps below.
128128

129+
> [!NOTE]
130+
> If you used an existing resource group the instructions below will not work and you will need to just delete the individual Application Insights resource. Keep in mind anytime you delete a resource group all underyling resources that are members of that group will be deleted.
131+
129132
1. From the left-hand menu in the Azure portal, select **Resource groups** and then select **myResourceGroup**.
130133
2. On your resource group page, select **Delete**, enter **myResourceGroup** in the text box, and then select **Delete**.
131134

articles/azure-signalr/signalr-quickstart-azure-functions-javascript.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: sffamily
55
ms.service: signalr
66
ms.devlang: javascript
77
ms.topic: quickstart
8-
ms.date: 03/04/2019
8+
ms.date: 12/14/2019
99
ms.author: zhshang
1010
---
1111
# Quickstart: Create a chat room with Azure Functions and SignalR Service using JavaScript
@@ -18,11 +18,9 @@ This quickstart can be run on macOS, Windows, or Linux.
1818

1919
Make sure you have a code editor such as [Visual Studio Code](https://code.visualstudio.com/) installed.
2020

21-
Install the [Azure Functions Core Tools (v2)](https://github.com/Azure/azure-functions-core-tools#installing) to run Azure Function apps locally.
21+
Install the [Azure Functions Core Tools](https://github.com/Azure/azure-functions-core-tools#installing) (version 2 or higher) to run Azure Function apps locally.
2222

23-
Azure Functions requires [Node.js](https://nodejs.org/en/download/) version 8 or 10.
24-
25-
In order to install extensions, Azure Functions Core Tools currently require the [.NET Core SDK](https://www.microsoft.com/net/download) installed. However, no knowledge of .NET is required to build JavaScript Azure Function apps.
23+
This quickstart uses [Node.js](https://nodejs.org/en/download/) 10.x but should work with other versions. Refer to the [Azure Functions runtime versions documentation](../azure-functions/functions-versions.md#languages) for more information on supported Node.js versions.
2624

2725
[!INCLUDE [quickstarts-free-trial-note](../../includes/quickstarts-free-trial-note.md)]
2826

@@ -57,13 +55,7 @@ Sign in to the Azure portal at <https://portal.azure.com/> with your Azure accou
5755
- **negotiate** - Uses the *SignalRConnectionInfo* input binding to generate and return valid connection information.
5856
- **messages** - Receives a chat message in the request body and uses the *SignalR* output binding to broadcast the message to all connected client applications.
5957

60-
1. In the terminal, ensure that you are in the *src/chat/javascript* folder. Use the Azure Functions Core Tools to install extensions required to run the app.
61-
62-
```bash
63-
func extensions install
64-
```
65-
66-
1. Run the function app.
58+
1. In the terminal, ensure that you are in the *src/chat/javascript* folder. Run the function app.
6759

6860
```bash
6961
func start

articles/azure-signalr/signalr-quickstart-azure-functions-python.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: anthonychu
55
ms.service: signalr
66
ms.devlang: python
77
ms.topic: quickstart
8-
ms.date: 08/08/2019
8+
ms.date: 12/14/2019
99
ms.author: antchu
1010
---
1111
# Quickstart: Create a chat room with Azure Functions and SignalR Service using Python
@@ -18,11 +18,9 @@ This quickstart can be run on macOS, Windows, or Linux.
1818

1919
Make sure you have a code editor such as [Visual Studio Code](https://code.visualstudio.com/) installed.
2020

21-
Install the [Azure Functions Core Tools (v2)](https://github.com/Azure/azure-functions-core-tools#installing) (version 2.7.1505 or higher) to run Python Azure Function apps locally.
21+
Install the [Azure Functions Core Tools](https://github.com/Azure/azure-functions-core-tools#installing) (version 2.7.1505 or higher) to run Python Azure Function apps locally.
2222

23-
Azure Functions requires [Python 3.6](https://www.python.org/downloads/).
24-
25-
In order to install extensions, Azure Functions Core Tools currently require the [.NET Core SDK](https://www.microsoft.com/net/download) installed. However, no knowledge of .NET is required to build Python Azure Function apps.
23+
Azure Functions requires [Python 3.6 or 3.7](https://www.python.org/downloads/).
2624

2725
[!INCLUDE [quickstarts-free-trial-note](../../includes/quickstarts-free-trial-note.md)]
2826

@@ -48,19 +46,19 @@ Sign in to the Azure portal at <https://portal.azure.com/> with your Azure accou
4846

4947
1. In your code editor, open the *src/chat/python* folder in the cloned repository.
5048

51-
1. To locally develop and test Python functions, you must work in a Python 3.6 environment. Run the following commands to create and activate a virtual environment named `.venv`.
49+
1. To locally develop and test Python functions, you must work in a Python 3.6 or 3.7 environment. Run the following commands to create and activate a virtual environment named `.venv`.
5250

5351
**Linux or macOS:**
5452

5553
```bash
56-
python3.6 -m venv .venv
54+
python3.7 -m venv .venv
5755
source .venv/bin/activate
5856
```
5957

6058
**Windows:**
6159

6260
```powershell
63-
py -3.6 -m venv .venv
61+
py -3.7 -m venv .venv
6462
.venv\scripts\activate
6563
```
6664

@@ -73,10 +71,10 @@ Sign in to the Azure portal at <https://portal.azure.com/> with your Azure accou
7371
- **negotiate** - Uses the *SignalRConnectionInfo* input binding to generate and return valid connection information.
7472
- **messages** - Receives a chat message in the request body and uses the *SignalR* output binding to broadcast the message to all connected client applications.
7573

76-
1. In the terminal, ensure that you are in the *src/chat/python* folder. Use the Azure Functions Core Tools to install extensions required to run the app.
74+
1. In the terminal with the virtual environment activated, ensure that you are in the *src/chat/python* folder. Install the necessary Python packages using PIP.
7775

7876
```bash
79-
func extensions install
77+
python -m pip install -r requirements.txt
8078
```
8179

8280
1. Run the function app.

articles/backup/backup-azure-restore-windows-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This article explains how to restore data from a backup vault. To restore data,
1515
Use the Instant Restore feature to mount a writeable recovery point snapshot as a recovery volume. You can then explore the recovery volume and copy files to a local computer, thereby selectively restoring files.
1616

1717
> [!NOTE]
18-
> The [January 2017 Azure Backup update](https://support.microsoft.com/help/3216528?preview) is required if you want to use Instant Restore to restore data. Also, the backup data must be protected in vaults in locales listed in the support article. Consult the [January 2017 Azure Backup update](https://support.microsoft.com/help/3216528?preview) for the latest list of locales that support Instant Restore.
18+
> The [January 2017 Azure Backup update](https://support.microsoft.com/help/3216528/azure-backup-update-for-microsoft-azure-recovery-services-agent-januar) is required if you want to use Instant Restore to restore data. Also, the backup data must be protected in vaults in locales listed in the support article. Consult the [January 2017 Azure Backup update](https://support.microsoft.com/help/3216528/azure-backup-update-for-microsoft-azure-recovery-services-agent-januar) for the latest list of locales that support Instant Restore.
1919
>
2020
2121
Use Instant Restore with Recovery Services vaults in the Azure portal. If you stored data in Backup vaults, they have been converted to Recovery Services vaults. If you want to use Instant Restore, download the MARS update, and follow the procedures that mention Instant Restore.

0 commit comments

Comments
 (0)