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
Copy file name to clipboardExpand all lines: articles/blockchain/templates/ethereum-deployment.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -37,9 +37,9 @@ A consortium member also has a set of load-balanced transaction nodes. These nod
37
37
38
38
Transaction nodes are load-balanced within an availability set to maintain high availability. The template supports up to five transaction nodes provisioned using virtual machine scale sets.
39
39
40
-
### Log analytics details
40
+
### Azure Monitor logs details
41
41
42
-
Each deployment also creates a new Log analytics instance or can join an existing instance. Log analytics allows the monitoring of various performance metrics of each virtual machine that makes up the deployed network.
42
+
Each deployment also creates a new Azure Monitor logs instance or can join an existing instance. Azure Monitor logs allows the monitoring of various performance metrics of each virtual machine that makes up the deployed network.
43
43
44
44
## Deployment architecture
45
45
@@ -90,7 +90,7 @@ Operations Management Suite (OMS) allows you to configure an OMS resource for yo
Connect to existing OMS|Create a new Log Analytics instance or join an existing instance|Create new Join existing|Create new Log Analytics Location|The region where the new Log Analytics will be deployed (Visible if *Create new* is selected)
93
+
Connect to existing OMS|Create a new Azure Monitor logs instance or join an existing instance|Create new Join existing|Create new Azure Monitor logs location|The region where the new Azure Monitor logs will be deployed (Visible if *Create new* is selected)
94
94
Existing OMS Workspace Id|Workspace ID of the existing instance (Visible if *Join Existing* is selected) OMS Service Tier|Choose the pricing tier for the new instance. More Info at https://azure.microsoft.com/pricing/details/log-analytics/ (Visible if *Join Existing* is selected)|Free Standalone Per Node|Free
95
95
Existing OMS Primary Key|The primary key used to connect to the existing OMS instance (Visible if *Join Existing* is selected)
Monitoring|Option to enable Monitoring|Enable or Disable|Enable
420
-
Connect to existing Log Analytics|Create a new Log Analytics instance or join an existing instance|Create new or Join existing|Create new
421
-
Monitor Location(Connect to existing Log Analytics= Create new)|The region where the new Log Analytics instance will be deployed|All Log Analytics regions|NA
422
-
Existing Log Analytics Workspace Id (Connect to existing Log Analytics = Join Existing)|Workspace ID of the existing Log Analytics instance||NA
420
+
Connect to existing Azure Monitor logs|Create a new Azure Monitor logs instance or join an existing instance|Create new or Join existing|Create new
421
+
Monitor Location(Connect to existing Azure Monitor logs= Create new)|The region where the new Azure Monitor logs instance will be deployed|All Azure Monitor logs regions|NA
422
+
Existing Log Analytics Workspace Id (Connect to existing Azure Monitor logs = Join Existing)|Workspace ID of the existing Azure Monitor logs instance||NA
423
423
Existing Log Analytics Primary Key (Connect to existing Log Analytics = Join Existing)|The primary key used to connect to the existing Log Analytics instance||NA
Copy file name to clipboardExpand all lines: articles/blockchain/workbench/troubleshooting.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ A PowerShell script is available to assist with developer debugging or support.
19
19
* Blockchain network, such as Ethereum
20
20
* Blockchain Workbench microservices
21
21
* Application Insights
22
-
* Azure Monitoring (Log Analytics)
22
+
* Azure Monitoring (Azure Monitor logs)
23
23
24
24
You can use the information to determine next steps and determine root cause of issues.
25
25
@@ -47,9 +47,9 @@ The script accepts the following parameters:
47
47
| ResourceGroupName | Name of the Azure Resource Group where Blockchain Workbench has been deployed. | Yes |
48
48
| OutputDirectory | Path to create the output .ZIP file. If not specified, defaults to the current directory. | No |
49
49
| LookbackHours | Number of hours to use when pulling telemetry. Default value is 24 hours. Maximum value is 90 hours | No |
50
-
| OmsSubscriptionId | The subscription ID where Log Analytics is deployed. Only pass this parameter if the Log Analytics for the blockchain network is deployed outside of Blockchain Workbench's resource group.| No |
51
-
| OmsResourceGroup |The resource group where Log Analytics is deployed. Only pass this parameter if the Log Analytics for the blockchain network is deployed outside of Blockchain Workbench's resource group.| No |
52
-
| OmsWorkspaceName | The Log Analytics workspace name. Only pass this parameter if the Log Analytics for the blockchain network is deployed outside of Blockchain Workbench's resource group | No |
50
+
| OmsSubscriptionId | The subscription ID where Azure Monitor logs is deployed. Only pass this parameter if the Azure Monitor logs for the blockchain network is deployed outside of Blockchain Workbench's resource group.| No |
51
+
| OmsResourceGroup |The resource group where Azure Monitor logs is deployed. Only pass this parameter if the Azure Monitor logs for the blockchain network is deployed outside of Blockchain Workbench's resource group.| No |
52
+
| OmsWorkspaceName | The Log Analytics workspace name. Only pass this parameter if the Azure Monitor logs for the blockchain network is deployed outside of Blockchain Workbench's resource group | No |
Your Log Analytics workspace is now ready to log data. In order to consume that data, you must use a [Log Analytics Solution](#consuming-diagnostics-logs-from-a-log-analytics-workspace), covered later in this article.
133
+
Your Log Analytics workspace is now ready to log data. In order to consume that data, you must use a [Azure Monitor logs solution](#consuming-diagnostics-logs-from-a-log-analytics-workspace), covered later in this article.
134
134
135
135
For more information about log data delays, see [Log data delays](#log-data-delays).
136
136
@@ -208,9 +208,9 @@ Here's how you can use the tool:
208
208
5. The resulting CSV file shows the analytics data in a simple flat hierarchy.
209
209
210
210
## Consuming diagnostics logs from a Log Analytics workspace
211
-
Log Analytics is an Azure service that monitors your cloud and on-premises environments to maintain their availability and performance. It collects data generated by resources in your cloud and on-premises environments and from other monitoring tools to provide analysis across multiple sources.
211
+
Azure Monitor is an Azure service that monitors your cloud and on-premises environments to maintain their availability and performance. It collects data generated by resources in your cloud and on-premises environments and from other monitoring tools to provide analysis across multiple sources.
212
212
213
-
To use Log Analytics, you must [enable logging](#enable-logging-with-azure-storage) to the Azure Log Analytics workspace, which is discussed earlier in this article.
213
+
To use Azure Monitor, you must [enable logging](#enable-logging-with-azure-storage) to the Azure Log Analytics workspace, which is discussed earlier in this article.
214
214
215
215
### Using the Log Analytics workspace
216
216
@@ -224,9 +224,9 @@ You can display the data in a variety of ways by using Management Solutions. You
224
224
225
225
You can install management solutions from Azure marketplace by selecting the **Get it now** link at the bottom of each solution.
226
226
227
-
### Add a Log Analytics CDN Management Solution
227
+
### Add a Azure Monitor CDN Management Solution
228
228
229
-
Follow these steps to add a Log Analytics Management Solution:
229
+
Follow these steps to add a Azure Monitor Management Solution:
230
230
231
231
1. Sign in to the Azure portal using your Azure subscription and go to your dashboard.
Copy file name to clipboardExpand all lines: articles/cdn/cdn-log-analysis.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ After you enable CDN for your application, you can monitor CDN usage, check the
24
24
25
25
## Core analytics via Azure diagnostic logs
26
26
27
-
Core analytics is available for CDN endpoints for all pricing tiers. Azure diagnostics logs allow core analytics to be exported to Azure storage, event hubs, or Azure Log Analytics. Azure Log Analytics offers a solution with graphs that are user-configurable and customizable. For more information about Azure diagnostic logs, see [Azure diagnostic logs](cdn-azure-diagnostic-logs.md).
27
+
Core analytics is available for CDN endpoints for all pricing tiers. Azure diagnostics logs allow core analytics to be exported to Azure storage, event hubs, or Azure Monitor logs. Azure Monitor logs offers a solution with graphs that are user-configurable and customizable. For more information about Azure diagnostic logs, see [Azure diagnostic logs](cdn-azure-diagnostic-logs.md).
0 commit comments