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/azure-government/documentation-government-image-gallery.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,9 @@ ms.author: brendal
21
21
## Overview
22
22
The Microsoft Azure Government Marketplace is a similar experience to public Azure portal. Customers can choose to deploy pre-built images from Microsoft and our partners, or upload their own VHDs. This provides flexibility to deploy your own standardized images if needed.
23
23
24
+
## Variations
25
+
* Marketplace images are not currently supported in DoD
26
+
24
27
The below provides a list of available images within the Azure Government Marketplace. Some of the prebuilt images do include pay as you go licensing for specific software. Please review <ahref="http://azure.microsoft.com/pricing/details/virtual-machines/">Virtual Machine Pricing</a> page for more guidance and work with your Microsoft account team or reseller for Azure Government specific pricing.
Copy file name to clipboardExpand all lines: articles/iot-hub/iot-hub-devguide-security.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -329,7 +329,7 @@ The [Azure IoT device SDK for .NET][lnk-client-sdk] (version 1.0.11+) supports t
329
329
330
330
### C\# Support
331
331
The class **DeviceAuthenticationWithX509Certificate** supports the creation of
332
-
**DeviceClient** instances using an X.509 certificate.
332
+
**DeviceClient** instances using an X.509 certificate. The X.509 certificate must be in the PFX (also called PKCS #12) format which includes the private key.
Copy file name to clipboardExpand all lines: articles/log-analytics/log-analytics-azure-networking-analytics.md
+19-9Lines changed: 19 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,15 +19,25 @@ ms.author: richrund
19
19
---
20
20
# Azure networking monitoring solutions in Log Analytics
21
21
22
-
You can use the Azure Application Gateway analytics solution in Log Analytics to review:
23
-
24
-
* Azure Application Gateway logs
25
-
* Azure Application Gateway metrics
26
-
27
-
You can use the Azure Network Security Group analytics solution in Log Analytics to review:
28
-
29
-
* Azure Network Security Group logs
30
-
22
+
Log Analytics offers the following solutions for monitoring your networks:
23
+
* Network Performance Monitor (NPM)
24
+
* Monitor the health of your network
25
+
* Azure Application Gateway analytics to review
26
+
* Azure Application Gateway logs
27
+
* Azure Application Gateway metrics
28
+
* Azure Network Security Group analytics to review
29
+
* Azure Network Security Group logs
30
+
31
+
## Network Performance Monitor (NPM)
32
+
NPM is a network monitoring solution, that monitors the health, availability and reachability of networks. It is used to monitor connectivity between:
33
+
* public cloud and on-premises
34
+
* data centers and user locations (branch offices)
35
+
* subnets hosting various tiers of a multi-tiered application.
36
+
37
+

38
+
More information on NPM is available [online](https://docs.microsoft.com/en-us/azure/log-analytics/log-analytics-network-performance-monitor).
39
+
40
+
## Azure Application Gateway and Network Security Group analytics
31
41
To use the solutions, enable diagnostics for Azure Application Gateway logs and Azure Network Security Groups and direct the diagnostics to a Log Analytics workspace. It is not necessary to write the logs to Azure Blob storage.
32
42
33
43
You can enable diagnostics and the corresponding solution for either one or both of Application Gateway and Networking Security Groups.
0 commit comments