Skip to content

Commit 720284a

Browse files
authored
Merge pull request #2612 from MicrosoftDocs/learn-build-service-prodbot/docutune-autopr-20251117-084554-0235758-ignore-build
[BULK] - DocuTune remediation - Content SFI - articles/service-fabric
2 parents f909d8a + d242f07 commit 720284a

4 files changed

+9
-9
lines changed

articles/service-fabric/how-to-managed-cluster-managed-identity-service-fabric-app-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Access tokens will be cached by Service Fabric at various levels (node, cluster,
9797

9898
Sample request:
9999
```http
100-
GET 'https://localhost:2377/metadata/identity/oauth2/token?api-version=2019-07-01-preview&resource=https://vault.azure.net/' HTTP/1.1 Secret: 912e4af7-77ba-4fa5-a737-56c8e3ace132
100+
GET 'https://localhost:2377/metadata/identity/oauth2/token?api-version=2019-07-01-preview&resource=https://vault.azure.net/' HTTP/1.1 Secret: aaaabbbb-0000-cccc-1111-dddd2222eeee
101101
```
102102
where:
103103

articles/service-fabric/how-to-managed-identity-service-fabric-app-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Access tokens will be cached by Service Fabric at various levels (node, cluster,
9797

9898
Sample request:
9999
```http
100-
GET 'https://localhost:2377/metadata/identity/oauth2/token?api-version=2019-07-01-preview&resource=https://vault.azure.net/' HTTP/1.1 Secret: 912e4af7-77ba-4fa5-a737-56c8e3ace132
100+
GET 'https://localhost:2377/metadata/identity/oauth2/token?api-version=2019-07-01-preview&resource=https://vault.azure.net/' HTTP/1.1 Secret: aaaabbbb-0000-cccc-1111-dddd2222eeee
101101
```
102102
where:
103103

articles/service-fabric/service-fabric-backup-restore-service-ondemand-backup.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ The following case is the continuation of the scenario in [Enabling periodic bac
5353

5454
```powershell
5555
56-
Backup-SFPartition -PartitionId '974bd92a-b395-4631-8a7f-53bd4ae9cf22'
56+
Backup-SFPartition -PartitionId 'aaaabbbb-0000-cccc-1111-dddd2222eeee'
5757
5858
```
5959

6060
#### Rest Call using PowerShell
6161

62-
Use the [BackupPartition](/rest/api/servicefabric/sfclient-api-backuppartition) API to set up triggering for the on-demand backup for partition ID `974bd92a-b395-4631-8a7f-53bd4ae9cf22`.
62+
Use the [BackupPartition](/rest/api/servicefabric/sfclient-api-backuppartition) API to set up triggering for the on-demand backup for partition ID `aaaabbbb-0000-cccc-1111-dddd2222eeee`.
6363

6464
```powershell
6565
$url = "https://mysfcluster.southcentralus.cloudapp.azure.com:19080/Partitions/974bd92a-b395-4631-8a7f-53bd4ae9cf22/$/Backup?api-version=6.4"
@@ -78,13 +78,13 @@ You can request on-demand backup for a partition of a Reliable Stateful service
7878

7979
```powershell
8080
81-
Backup-SFPartition -PartitionId '974bd92a-b395-4631-8a7f-53bd4ae9cf22' -ManagedIdentityAzureBlobStore -FriendlyName "AzureMI_storagesample" -BlobServiceUri 'https://<account-name>.blob.core.windows.net' -ContainerName 'backup-container' -ManagedIdentityType "VMSS" -ManagedIdentityClientId "<Client-Id of User-Assigned MI>"
81+
Backup-SFPartition -PartitionId 'aaaabbbb-0000-cccc-1111-dddd2222eeee' -ManagedIdentityAzureBlobStore -FriendlyName "AzureMI_storagesample" -BlobServiceUri 'https://<account-name>.blob.core.windows.net' -ContainerName 'backup-container' -ManagedIdentityType "VMSS" -ManagedIdentityClientId "<Client-Id of User-Assigned MI>"
8282
# Use Optional parameter `ManagedIdentityClientId` with Client-Id of User-Assigned Managed Identity in case of multiple User-Assigned Managed Identities assigned to your resource, or both SAMI & UAMI assigned and we need to use UAMI as the default, else no need of this paramter.
8383
```
8484

8585
#### Rest Call using PowerShell
8686

87-
Use the [BackupPartition](/rest/api/servicefabric/sfclient-api-backuppartition) API to set up triggering for the on-demand backup for partition ID `974bd92a-b395-4631-8a7f-53bd4ae9cf22`. Include the following Azure Storage information:
87+
Use the [BackupPartition](/rest/api/servicefabric/sfclient-api-backuppartition) API to set up triggering for the on-demand backup for partition ID `aaaabbbb-0000-cccc-1111-dddd2222eeee`. Include the following Azure Storage information:
8888

8989
```powershell
9090
$StorageInfo = @{
@@ -130,7 +130,7 @@ Different partitions can trigger on-demand backup requests at the same time.
130130

131131
```powershell
132132
133-
Get-SFPartitionBackupProgress -PartitionId '974bd92a-b395-4631-8a7f-53bd4ae9cf22'
133+
Get-SFPartitionBackupProgress -PartitionId 'aaaabbbb-0000-cccc-1111-dddd2222eeee'
134134
135135
```
136136
#### Rest Call using PowerShell
@@ -161,7 +161,7 @@ On-demand backup requests can be in the following states:
161161
BackupState : Success
162162
TimeStampUtc : 2018-11-21T20:00:01Z
163163
BackupId : 5d64b697-6acd-45a4-adbd-3d75e0078081
164-
BackupLocation : SampleApp\MyStatefulService\974bd92a-b395-4631-8a7f-53bd4ae9cf22\2018-11-21 20.00.01.zip
164+
BackupLocation : SampleApp\MyStatefulService\aaaabbbb-0000-cccc-1111-dddd2222eeee\2018-11-21 20.00.01.zip
165165
EpochOfLastBackupRecord : @{DataLossNumber=131873018908156893; ConfigurationNumber=8589934592}
166166
LsnOfLastBackupRecord : 36
167167
FailureError :

articles/service-fabric/service-fabric-cluster-creation-setup-azure-ad-via-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Select **Authentication**. Under **Implicit grant and hybrid flows**, select the
5858

5959
### Expose an API
6060

61-
Select **Expose an API** and then the **Set** link to enter a value for **Application ID URI**. Enter either the URI of a verified domain or a URI that uses an API scheme format of `api://{{tenant Id}}/{{cluster name}}`. For example: `api://00001111-aaaa-2222-bbbb-3333cccc4444/mysftestcluster`.
61+
Select **Expose an API** and then the **Set** link to enter a value for **Application ID URI**. Enter either the URI of a verified domain or a URI that uses an API scheme format of `api://{{tenant Id}}/{{cluster name}}`. For example: `api://aaaabbbb-0000-cccc-1111-dddd2222eeee/mysftestcluster`.
6262

6363
For more information, see [AppId URI in single-tenant applications will require use of default scheme or verified domains](/azure/active-directory/develop/reference-breaking-changes#appid-uri-in-single-tenant-applications-will-require-use-of-default-scheme-or-verified-domains).
6464

0 commit comments

Comments
 (0)