Skip to content

Commit 0d794fa

Browse files
Merge pull request #288767 from meganbradley/meganbradley/docutune-autopr-20241020-030949-3840211-ignore-build
[BULK] - DocuTune remediation - Sensitive terms with GUIDs (part 7)
2 parents ac1dcdc + dfa2b51 commit 0d794fa

8 files changed

+10
-12
lines changed

articles/app-service/app-service-undelete.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Restore-AzDeletedWebApp -TargetResourceGroupName <my_rg> -Name <my_app> -TargetA
8585

8686
>Restore used for scenarios where multiple apps with the same name have been deleted with `-DeletedSiteId`
8787
```powershell
88-
Restore-AzDeletedWebApp -ResourceGroupName <original_rg> -Name <original_app> -DeletedId /subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/locations/location/deletedSites/1234 -TargetAppServicePlanName <my_asp>
88+
Restore-AzDeletedWebApp -ResourceGroupName <original_rg> -Name <original_app> -DeletedId /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/providers/Microsoft.Web/locations/location/deletedSites/1234 -TargetAppServicePlanName <my_asp>
8989
9090
```
9191

@@ -129,5 +129,3 @@ Currently there's no support for Undelete (Restore-AzDeletedWebApp) Function app
129129
| **AzureWebJobsStorage** | Connection String for the storage account used by the deleted app. |
130130
| **WEBSITE_CONTENTAZUREFILECONNECTIONSTRING** | Connection String for the storage account used by the deleted app. |
131131
| **WEBSITE_CONTENTSHARE** | File share on storage account used by the deleted app. |
132-
133-

articles/app-service/configure-authentication-api-version.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ The following steps will allow you to manually migrate the application to the V2
7979

8080
```json
8181
{
82-
"id": "/subscriptions/00d563f8-5b89-4c6a-bcec-c1b9f6d607e0/resourceGroups/myresourcegroup/providers/Microsoft.Web/sites/mywebapp/config/authsettings",
82+
"id": "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/myresourcegroup/providers/Microsoft.Web/sites/mywebapp/config/authsettings",
8383
"name": "authsettings",
8484
"type": "Microsoft.Web/sites/config",
8585
"location": "Central US",

articles/app-service/configure-basic-auth-disable.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ To confirm that the logs are shipped to your selected service(s), try logging in
143143
<pre>
144144
{
145145
"time": "2023-10-16T17:42:32.9322528Z",
146-
"ResourceId": "/SUBSCRIPTIONS/EF90E930-9D7F-4A60-8A99-748E0EEA69DE/RESOURCEGROUPS/MYRESOURCEGROUP/PROVIDERS/MICROSOFT.WEB/SITES/MY-DEMO-APP",
146+
"ResourceId": "/SUBSCRIPTIONS/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/RESOURCEGROUPS/MYRESOURCEGROUP/PROVIDERS/MICROSOFT.WEB/SITES/MY-DEMO-APP",
147147
"Category": "AppServiceAuditLogs",
148148
"OperationName": "Authorization",
149149
"Properties": {
@@ -175,4 +175,4 @@ The following are corresponding policies for slots:
175175

176176
#### Why do I get a warning in Visual Studio saying that basic authentication is disabled?
177177

178-
Visual Studio requires basic authentication to deploy to Azure App Service. The warning reminds you that the configuration on your app changed and you can no longer deploy to it. Either you disabled basic authentication on the app yourself, or your organization policy enforces that basic authentication is disabled for App Service apps.
178+
Visual Studio requires basic authentication to deploy to Azure App Service. The warning reminds you that the configuration on your app changed and you can no longer deploy to it. Either you disabled basic authentication on the app yourself, or your organization policy enforces that basic authentication is disabled for App Service apps.

articles/app-service/environment/how-to-custom-domain-suffix.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,14 +110,14 @@ You need to configure the managed identity and ensure it exists before assigning
110110
"identity": {
111111
"type": "UserAssigned",
112112
"userAssignedIdentities": {
113-
"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/asev3-cdns-rg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ase-cdns-managed-identity"
113+
"/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourcegroups/asev3-cdns-rg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ase-cdns-managed-identity"
114114
}
115115
},
116116
"properties": {
117117
"customDnsSuffixConfiguration": {
118118
"dnsSuffix": "antares-test.net",
119119
"certificateUrl": "https://kv-sample-key-vault.vault.azure.net/secrets/wildcard-antares-test-net",
120-
"keyVaultReferenceIdentity": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/asev3-cdns-rg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ase-cdns-managed-identity"
120+
"keyVaultReferenceIdentity": "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourcegroups/asev3-cdns-rg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ase-cdns-managed-identity"
121121
},
122122
"internalLoadBalancingMode": "Web, Publishing",
123123
etc...

articles/app-service/environment/how-to-migrate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ If you're using a user-assigned managed identity for your custom domain suffix c
169169
"customDnsSuffixConfiguration": {
170170
"dnsSuffix": "internal.contoso.com",
171171
"certificateUrl": "https://contoso.vault.azure.net/secrets/myCertificate",
172-
"keyVaultReferenceIdentity": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/asev3-migration/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ase-managed-identity"
172+
"keyVaultReferenceIdentity": "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourcegroups/asev3-migration/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ase-managed-identity"
173173
}
174174
}
175175
}

articles/app-service/environment/how-to-side-by-side-migrate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ If you're using a user assigned managed identity for your custom domain suffix c
176176
"customDnsSuffixConfiguration": {
177177
"dnsSuffix": "internal.contoso.com",
178178
"certificateUrl": "https://contoso.vault.azure.net/secrets/myCertificate",
179-
"keyVaultReferenceIdentity": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/asev3-migration/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ase-managed-identity"
179+
"keyVaultReferenceIdentity": "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourcegroups/asev3-migration/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ase-managed-identity"
180180
}
181181
}
182182
}

articles/app-service/environment/migrate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ If you're using a user-assigned managed identity for your custom domain suffix c
315315
"customDnsSuffixConfiguration": {
316316
"dnsSuffix": "internal.contoso.com",
317317
"certificateUrl": "https://contoso.vault.azure.net/secrets/myCertificate",
318-
"keyVaultReferenceIdentity": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/asev3-migration/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ase-managed-identity"
318+
"keyVaultReferenceIdentity": "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourcegroups/asev3-migration/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ase-managed-identity"
319319
}
320320
}
321321
}

articles/app-service/environment/side-by-side-migrate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ If you're using a user assigned managed identity for your custom domain suffix c
372372
"customDnsSuffixConfiguration": {
373373
"dnsSuffix": "internal.contoso.com",
374374
"certificateUrl": "https://contoso.vault.azure.net/secrets/myCertificate",
375-
"keyVaultReferenceIdentity": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/asev3-migration/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ase-managed-identity"
375+
"keyVaultReferenceIdentity": "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourcegroups/asev3-migration/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ase-managed-identity"
376376
}
377377
}
378378
}

0 commit comments

Comments
 (0)