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/log-analytics/log-analytics-containers.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -524,7 +524,7 @@ You can verify that the Container Monitoring solution is set correctly for Windo
524
524
525
525
## Solution components
526
526
527
-
If you are using Windows agents, then the following management pack is installed on each computer with an agent when you add this solution. No configuration or maintenance is required for the management pack.
527
+
From the OMS portal, navigate to the *Solutions Gallery* and add the **Container Monitoring Solution**. If you are using Windows agents, then the following management pack is installed on each computer with an agent when you add this solution. No configuration or maintenance is required for the management pack.
528
528
529
529
- *ContainerManagement.xxx* installed in C:\Program Files\Microsoft Monitoring Agent\Agent\Health Service State\Management Packs
530
530
@@ -560,6 +560,7 @@ Labels appended to *PodLabel* data types are your own custom labels. The appende
560
560
## Monitor containers
561
561
After you have the solution enabled in the Log Analytics portal, the **Containers** tile shows summary information about your container hosts and the containers running in hosts.
Copy file name to clipboardExpand all lines: articles/marketplace/marketplace-publishers-guide.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,12 +74,12 @@ Each storefront offers specialized publishing options to help you maximize your
74
74
## How to Publish on Cloud Marketplace
75
75
76
76
Becoming a cloud marketplace publisher is an easy three-step process:
77
-
1. Determine the listing type right for your offer
77
+
1. Choose a publishing option for your offer
78
78
2. Sign up to become a cloud marketplace publisher
79
79
3. Complete technical and content pre-requisites required by offer and listing type
80
80
81
81
82
-
**1. Determine the Listing Type Right for Your Offer**
82
+
**1. Choose a publishing option for your offer**
83
83
84
84
Each storefront supports multiple publishing options and offer types. Select an offer type that best represents your application and service details. All publishing options will give partners access to lead sharing.
Copy file name to clipboardExpand all lines: articles/service-fabric/service-fabric-cluster-capacity.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,9 +67,9 @@ The durability tier is used to indicate to the system the privileges that your V
67
67
68
68
This privilege is expressed in the following values:
69
69
70
-
* Gold - The infrastructure jobs can be paused for a duration of two hours per UD. Gold durability can be enabled only on full-node VM SKUs like L32s, GS5, G5, DS15_v2, D15_v2. In general, all the VM Sizes listed at http://aka.ms/vmspecs that are marked as 'Instance is isolated to hardware dedicated to a single customer' in the note, are full-node VMs.
71
-
* Silver - The infrastructure Jobs can be paused for a duration of 10 minutes per UD and is available on all standard VMs of single core and above.
72
-
* Bronze - No privileges. This is the default. Only use this durability level for Node Types that run _only_ stateless workloads.
70
+
* Gold - Updates you make to your VMSS can be delayed until approved by the Service Fabric cluster. Updates and maintenance initiated by Azure can be delayed for up two hours, allowing additional time for replicas to recover from earlier failures. Gold durability can be enabled only on full-node VM sizes like L32s, GS5, G5, DS15_v2, D15_v2. In general, all the VM sizes listed at http://aka.ms/vmspecs that are marked as 'Instance is isolated to hardware dedicated to a single customer' in the note are full-node VMs.
71
+
* Silver - Updates you make to your VMSS can be delayed until approved by the Service Fabric cluster. Updates and maintenance initiated by Azure cannot be delayed for any significant period of time. Silver durability is available on all standard VMs of single core and above.
72
+
* Bronze - This is the default. Updates and maintenance affecting your VMs will not be delayed by the Service Fabric cluster.
73
73
74
74
> [!WARNING]
75
75
> NodeTypes running with Bronze durability obtain _no privileges_. This means that infrastructure jobs that impact your stateless workloads will not be stopped or delayed. It is possible that such jobs can still impact your workloads, causing downtime or other issues. For any sort of production workload, running with at least Silver is recommended. You must maintain a minimum count of five nodes for any node-type that has a durability of Gold or Silver.
@@ -108,10 +108,11 @@ Use Silver or Gold durability for all node types that host stateful services you
108
108
> Changing the VM SKU Size for virtual machine scale sets not running at least Silver durability is not recommended. Changing VM SKU Size is a data-destructive in-place infrastructure operation. Without at least some ability to delay or monitor this change, it is possible that the operation can cause data loss for stateful services or cause other unforeseen operational issues, even for stateless workloads.
109
109
>
110
110
111
-
- Maintain a minimum count of five nodes for any virtual machine scale set that has durability level of Gold or Silver enabled
111
+
- Maintain a minimum count of five nodes for any virtual machine scale set that has durability level of Gold or Silver enabled.
112
+
- Each VM scale set with durability level Silver or Gold must map to its own node type in the Service Fabric cluster. Mapping multiple VM scale sets to a single node type will prevent coordination between the Service Fabric cluster and the Azure infrastructure from working properly.
112
113
- Do not delete random VM instances, always use virtual machine scale set scale down feature. The deletion of random VM instances has a potential of creating imbalances in the VM instance spread across UD and FD. This imbalance could adversely affect the systems ability to properly load balance amongst the service instances/Service replicas.
113
114
- If using Autoscale, then set the rules such that scale in (removing of VM instances) are done only one node at a time. Scaling down more than one instance at a time is not safe.
114
-
- If Scaling down a primary node type, you should never scale it down more than what the reliability tier allows.
115
+
- If deleting or deallocating VMs on the primary node type, you should never reduce the count of allocated VMs below what the reliability tier requires. These operations will be blocked indefinitely in a scale set with a durability level of Silver or Gold.
115
116
116
117
## The reliability characteristics of the cluster
117
118
The reliability tier is used to set the number of replicas of the system services that you want to run in this cluster on the primary node type. The more the number of replicas, the more reliable the system services are in your cluster.
0 commit comments