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
title: Understanding metrics for Azure Spring Cloud
3
-
description: Learn how to review metrics in the Azure Spring Cloud
3
+
description: Learn how to review metrics in Azure Spring Cloud
4
4
author: jpconnock
5
5
ms.service: spring-cloud
6
6
ms.topic: conceptual
@@ -9,46 +9,47 @@ ms.author: jeconnoc
9
9
10
10
---
11
11
12
-
# Metrics for Azure Spring Cloud
12
+
# Understand metrics for Azure Spring Cloud
13
13
14
-
Azure Monitor Metrics explorer is a component of the Microsoft Azure portal that allows plotting charts, visually correlating trends, and investigating spikes and dips in metrics. Use the metrics explorer to investigate the health and utilization of your resources. In Azure Spring Cloud, we offer two options for viewing metrics: charts in the **Application Overview** page and the servicelevel Metrics page.
14
+
Azure Monitor metrics explorer is a component of the Azure portal. It features chart plots, visually correlated trends, and investigation of spikes and dips in metrics. Use the metrics explorer to investigate the health and utilization of your resources. Azure Spring Cloud offers two options for viewing metrics: charts on the **Application Overview** page and the service-level **Metrics** page.
15
15
16
16
## Application Overview page
17
17
18
-
Each application's **Application Overview** page presents a metrics chartthat allows you to perform a quick status check of your application. Go to your Azure Spring Cloud service page and select **Application Dashboard**, then select an application from the list.
18
+
Each application's **Application Overview** page presents a metrics chart. With that chart, you can quickly check an application's status. To see the metrics chart, go to your Azure Spring Cloud service page, select **Application Dashboard**, then select an application from the list.
19
19
20
-
We provide 5 charts with metrics updated every minute for the following:
20
+
Azure Spring Cloud provides these five charts with metrics that are updated every minute:
21
21
22
-
***Http Server Errors**: Error count for HTTP requests to your app.
23
-
***Data In**: Bytes received by your app.
24
-
***Data Out**: Bytes sent to your app.
25
-
***Requests**: Requests received by your app.
26
-
***Average Response Time**: Average response time from your app.
22
+
***Http Server Errors**: Error count for HTTP requests to your app
23
+
***Data In**: Bytes received by your app
24
+
***Data Out**: Bytes sent by your app
25
+
***Requests**: Requests received by your app
26
+
***Average Response Time**: Average response time from your app
27
27
28
-
You can select a time range for the chart between 1 hour up to 7 Days.
28
+
For the chart, you can select a time range from one hour to seven days.
29
29
30
30
## Service-level metric queries
31
31
32
-
Azure Spring Cloud allows you to monitor a variety of application metrics. Review the [guide to getting started](https://docs.microsoft.com/azure/azure-monitor/platform/metrics-getting-started) with Azure Monitor Metrics to learn more about this service.
32
+
With Azure Spring Cloud, you can monitor different kinds of application metrics. Review the [guide to getting started](https://docs.microsoft.com/azure/azure-monitor/platform/metrics-getting-started) with Azure Monitor metrics to learn more about this service.
33
33
34
-
To review metric data, you will select your metric, your **Aggregation**, and your time range. These concepts are explained below.
34
+
To review metric data, select your metric, your **Aggregation** value, and your time range. These concepts are explained in the following sections.
35
35
36
-
### Aggregation
36
+
### Aggregation
37
37
38
38
Azure polls and updates metrics every minute. Azure provides three ways to aggregate data for a chosen time period:
39
39
40
40
***Total**: Sum all metrics as target output.
41
-
***Average**: Use the Average value in the period as target output.
42
-
***Max/Min**: Use the Max/Min value in the period as target output.
41
+
***Average**: Use the average value of the period as target output.
42
+
***Max/Min**: Use the maximum and minimum values of the period as target output.
43
43
44
44
### Time range
45
45
46
-
Select a default time range or define your own.
46
+
Either select a default time range or define your own.
47
47
48
48
### Modifying the granularity of your metric query
49
49
50
-
By default, Azure aggregates metrics for all of an Azure Spring Cloud service's applications. To review metrics at the application or instance level, use the filter function.
51
-
Select **Add filter**, set the property to **App** and select the target application you want to monitor. Optionally, use the **Apply splitting** option to draw separate lines for each app in the chart.
50
+
By default, Azure aggregates metrics for all applications of an Azure Spring Cloud service. To review metrics at the application or instance level, use the filter function.
51
+
52
+
To use this function, select **Add filter**, set the property to **App**, and select the target application you want to monitor. Optionally, use the **Apply splitting** option to draw separate lines in the chart for each app.
52
53
53
54
>[!TIP]
54
-
> You can build your own charts in metrics page and pin them to your **Dashboard**. Start by naming your chart. Next, select **Pin to dashboard in the top right corner**. You can now check on your application at your Portal **Dashboard**.
55
+
> You can build your own charts on the metrics page and pin them to your dashboard. Start by naming your chart. Next, select **Pin to dashboard** in the upper-right corner. You can now check your application on your dashboard.
Copy file name to clipboardExpand all lines: articles/spring-cloud/spring-cloud-howto-persistent-storage.md
+34-30Lines changed: 34 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,41 +9,43 @@ ms.author: jeconnoc
9
9
10
10
---
11
11
12
-
# How to use persistent storage in Azure Spring Cloud
12
+
# Use persistent storage in Azure Spring Cloud
13
13
14
-
Azure Spring Cloud provides two types of storage for your application: persistent and temporary. Azure Spring Cloud enables temporary storage by default for each application instance. Temporary storage is limited to 5GB with a default mount path: `/tmp`.
14
+
Azure Spring Cloud provides two types of storage for your application: persistent and temporary.
15
+
16
+
By default, Azure Spring Cloud provides temporary storage for each application instance. Temporary storage is limited to 5 GB per instance with the default mount path /tmp.
15
17
16
18
> [!WARNING]
17
-
> Restarting an application instance will permanently delete its associated temporary storage..
19
+
> If you restart an application instance, the associated temporary storage is permanently deleted.
18
20
19
-
Persistent storage is a fileshare container managed by Azure allocated per application. Data stored in persistent storage is shared across all of the application's instances. An Azure Spring Cloud service instance can have a maximum of 10 applications with persistent disk enabled. Each application receives 50GB of persistent storage. The default mount path for persistent storage is `/persistent`.
21
+
Persistent storage is a file-share container managed by Azure and allocated per application. Data stored in persistent storage is shared by all instances of an application. An Azure Spring Cloud instance can have a maximum of 10 applications with persistent storage enabled. Each application is allocated 50 GB of persistent storage. The default mount path for persistent storage is /persistent.
20
22
21
23
> [!WARNING]
22
-
> *Disabling* persistent storage will deallocate the storage for that application. All data in that storage account will be lost.
24
+
> If you disable an applications's persistent storage, all of that storage is deallocated and all of the stored data is lost.
23
25
24
-
## Enable persistent storage using the Azure portal
26
+
## Use the Azure portal to enable persistent storage
25
27
26
-
1. From the Home screen of your Azure portal, select **All Resources**.
28
+
1. From the **Home** page of your Azure portal, select **All Resources**.
27
29
28
-
>
30
+
>
29
31
30
-
1.Find and select the Azure Spring Cloud resource that needs persistent storage. In this example, the application is called *jpspring*.
32
+
1.Select the Azure Spring Cloud resource that needs persistent storage. In this example, the selected application is called **upspring**.
31
33
32
-
> 
34
+
> 
33
35
34
36
1. Under the **Settings** heading, select **Apps**.
35
37
36
-
1. Your Spring Cloud services will appear in table. Select the service to which you want to add persistent storage. In this example, we will select our **gateway** service.
38
+
1. Your Azure Spring Cloud services appear in a table. Select the service to which you want to add persistent storage. In this example, the **gateway** service is selected.
37
39
38
40
> 
39
41
40
-
1. From the service's configuration blade, select **Configuration**
42
+
1. From the service's configuration page, select **Configuration**
41
43
42
-
1. Select the **Persistent Storage** tab and enable persistent storage.
44
+
1. Select the **Persistent Storage** tab and select **Enable**.
> If you disable an applications's persistent storage, all of that storage is deallocated and all of the stored data is permanently lost.
76
79
77
80
## Next steps
78
81
79
-
Learn about [application and service quotas](spring-cloud-quotas.md), or learn how to [manually scale your application](spring-cloud-tutorial-scale-manual.md).
82
+
* Learn about [application and service quotas](spring-cloud-quotas.md).
83
+
* Learn how to [manually scale your application](spring-cloud-tutorial-scale-manual.md).
title: How to start, stop, and delete your Azure Spring Cloud application | Microsoft Docs
2
+
title: Start, stop, and delete your Azure Spring Cloud application | Microsoft Docs
3
3
description: How to start, stop, and delete your Azure Spring Cloud application
4
4
author: jpconnock
5
5
ms.service: spring-cloud
@@ -8,46 +8,52 @@ ms.date: 10/31/2019
8
8
ms.author: jeconnoc
9
9
10
10
---
11
-
# How to start, stop, and delete your Azure Spring Cloud application
11
+
# Start, stop, and delete your Azure Spring Cloud application
12
12
13
-
This guide explains how to change the state of an applicationin Azure Spring Cloud using either the Azure portal or CLI.
13
+
This guide explains how to change an application's state in Azure Spring Cloud by using either the Azure portal or the Azure CLI.
14
14
15
15
## Using the Azure portal
16
16
17
-
Once you have an application deployed, you can **Start**, **Stop**, and **Delete** it using the Azure portal.
17
+
After you deploy an application, you can start, stop, and delete it by using the Azure portal.
18
18
19
19
1. Go to your Azure Spring Cloud service instance in the Azure portal.
20
20
1. Select the **Application Dashboard** tab.
21
21
1. Select the application whose state you want to change.
22
-
2. In the **Overview** page for that application, find buttons to **Start/Stop**, **Restart**, and**Delete** the application.
22
+
1. On the **Overview** page for that application, select **Start/Stop**, **Restart**, or**Delete**.
23
23
24
24
## Using the Azure CLI
25
25
26
26
> [!NOTE]
27
-
> You can use optional parameters and configure defaults with the Azure CLI. Learn more about by reading our [reference documentation](spring-cloud-cli-reference.md).
27
+
> You can use optional parameters and configure defaults with the Azure CLI. Learn more about the Azure CLI by reading [our reference documentation](spring-cloud-cli-reference.md).
28
28
29
-
Install the Spring Cloud extension for the Azure CLI:
29
+
First, install the Azure Spring Cloud extension for the Azure CLI as follows:
30
30
31
31
```azurecli
32
32
az extension add --name spring-cloud
33
33
```
34
34
35
+
Next, select any of these Azure CLI operations:
36
+
35
37
* To start your application:
38
+
36
39
```azurecli
37
40
az spring-cloud app start -n <application name> -g <resource group> -s <Azure Spring Cloud name>
38
41
```
39
42
40
43
* To stop your application:
44
+
41
45
```azurecli
42
46
az spring-cloud app stop -n <application name> -g <resource group> -s <Azure Spring Cloud name>
43
47
```
44
48
45
49
* To restart your application:
50
+
46
51
```azurecli
47
52
az spring-cloud app restart -n <application name> -g <resource group> -s <Azure Spring Cloud name>
48
53
```
49
54
50
55
* To delete your application:
56
+
51
57
```azurecli
52
58
az spring-cloud app delete -n <application name> -g <resource group> -s <Azure Spring Cloud name>
0 commit comments