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/active-directory/fundamentals/security-operations-infrastructure.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
@@ -212,7 +212,7 @@ For information on what and how to monitor configuration information refer to:
212
212
| What to monitor| Risk level| Where| Filter/sub-filter| Notes |
213
213
| - | - | - | - | - |
214
214
| Scheduler changes|High | PowerShell| Set-ADSyncScheduler| Look for modifications to schedule |
215
-
| Changes to scheduled tasks| High | Azure AD Audit logs| Activity = 4699(S): A scheduled task was deleted<br>-or-<br>Activity = 4701(s): A scheduled task was disabled<br>-or-<br>Activity = 4701(s): A scheduled task was updated| Monitor all |
215
+
| Changes to scheduled tasks| High | Azure AD Audit logs| Activity = 4699(S): A scheduled task was deleted<br>-or-<br>Activity = 4701(s): A scheduled task was disabled<br>-or-<br>Activity = 4702(s): A scheduled task was updated| Monitor all |
216
216
217
217
* For more information on logging PowerShell script operations, see [Enabling Script Block Logging](/powershell/module/microsoft.powershell.core/about/about_logging_windows), which is part of the PowerShell reference documentation.
Copy file name to clipboardExpand all lines: articles/service-fabric/service-fabric-cluster-fabric-settings.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -466,6 +466,12 @@ The following is a list of Fabric settings that you can customize, organized by
466
466
|**Parameter**|**Allowed Values**|**Upgrade Policy**|**Guidance or Short Description**|
467
467
| --- | --- | --- | --- |
468
468
|IsEnabled|bool, default is FALSE|Static|Flag controlling the presence and status of the Managed Identity Token Service in the cluster;this is a prerequisite for using the managed identity functionality of Service Fabric applications.|
469
+
| RunInStandaloneMode |bool, default is FALSE |Static|The RunInStandaloneMode for ManagedIdentityTokenService. |
470
+
| StandalonePrincipalId |wstring, default is "" |Static|The StandalonePrincipalId for ManagedIdentityTokenService. |
471
+
| StandaloneSendX509 |bool, default is FALSE |Static|The StandaloneSendX509 for ManagedIdentityTokenService. |
472
+
| StandaloneTenantId |wstring, default is "" |Static|The StandaloneTenantId for ManagedIdentityTokenService. |
473
+
| StandaloneX509CredentialFindType |wstring, default is "" |Static|The StandaloneX509CredentialFindType for ManagedIdentityTokenService. |
474
+
| StandaloneX509CredentialFindValue |wstring, default is "" |Static|The StandaloneX509CredentialFindValue for ManagedIdentityTokenService |
469
475
470
476
## Management
471
477
@@ -539,7 +545,7 @@ The following is a list of Fabric settings that you can customize, organized by
539
545
540
546
|**Parameter**|**Allowed Values**|**Upgrade Policy**|**Guidance or Short Description**|
541
547
| --- | --- | --- | --- |
542
-
|PropertyGroup |NodeCapacityCollectionMap |Dynamic|A collection of node capacities for different metrics. Dynamic as of Service Fabric 8.1, *Static* in earlier versions. |
548
+
|PropertyGroup |NodeCapacityCollectionMap |Static|A collection of node capacities for different metrics.|
543
549
544
550
## NodeDomainIds
545
551
@@ -552,7 +558,7 @@ The following is a list of Fabric settings that you can customize, organized by
552
558
553
559
|**Parameter**|**Allowed Values**|**Upgrade Policy**|**Guidance or Short Description**|
554
560
| --- | --- | --- | --- |
555
-
|PropertyGroup |NodePropertyCollectionMap |Dynamic|A collection of string key-value pairs for node properties. Dynamic as of Service Fabric 8.1, *Static* in earlier versions. |
561
+
|PropertyGroup |NodePropertyCollectionMap |Static|A collection of string key-value pairs for node properties.|
556
562
557
563
## Paas
558
564
@@ -774,6 +780,7 @@ The following is a list of Fabric settings that you can customize, organized by
774
780
|**Parameter**|**Allowed Values**|**Upgrade Policy**|**Guidance or Short Description**|
775
781
| --- | --- | --- | --- |
776
782
|ActivateNode |string, default is "Admin" |Dynamic| Security configuration for activation a node. |
783
+
|BlockAccessToWireServer|bool, default is FALSE| Static |Blocks access to ports of the WireServer endpoint from Docker containers deployed as Service Fabric applications. This parameter is supported for Service Fabric clusters deployed on Azure Virtual Machines, Windows and Linux, and defaults to 'false' (access is permitted).|
777
784
|CancelTestCommand |string, default is "Admin" |Dynamic| Cancels a specific TestCommand - if it is in flight. |
778
785
|CodePackageControl |string, default is "Admin" |Dynamic| Security configuration for restarting code packages. |
779
786
|CreateApplication |string, default is "Admin" | Dynamic|Security configuration for application creation. |
@@ -839,6 +846,7 @@ The following is a list of Fabric settings that you can customize, organized by
839
846
|RecoverPartitions |string, default is "Admin" | Dynamic|Security configuration for recovering partitions. |
840
847
|RecoverServicePartitions |string, default is "Admin" |Dynamic| Security configuration for recovering service partitions. |
841
848
|RecoverSystemPartitions |string, default is "Admin" |Dynamic| Security configuration for recovering system service partitions. |
|RemoveNodeDeactivations |string, default is "Admin" |Dynamic| Security configuration for reverting deactivation on multiple nodes. |
843
851
|ReportCompletion |wstring, default is L"Admin" |Dynamic| Security configuration for reporting completion. |
844
852
|ReportFabricUpgradeHealth |string, default is "Admin" |Dynamic| Security configuration for resuming cluster upgrades with the current upgrade progress. |
0 commit comments