Skip to content

Commit f0e4502

Browse files
authored
Merge pull request #289320 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents a121dab + cddf36a commit f0e4502

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/azure-app-configuration/enable-dynamic-configuration-aspnet-core.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ A *sentinel key* is a key that you update after you complete the change of all o
8181

8282
1. Call the `UseAzureAppConfiguration` method. It enables your app to use the App Configuration middleware to update the configuration for you automatically.
8383

84-
Update *Program.cs* withe the following code.
84+
Update *Program.cs* with the following code.
8585

8686
```csharp
8787
// Existing code in Program.cs

articles/virtual-desktop/set-up-golden-image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ When you are done installing your applications to the image VM, take a final sna
3434
Some optional things you can do before running Sysprep:
3535
- Reboot once
3636
- Clean up temp files in system storage
37-
- Optimize drivers (defrag)
37+
- Optimize drives (defrag)
3838
- Remove any user profiles
3939
- Generalize the VM by running [sysprep](/azure/virtual-machines/generalize)
4040

0 commit comments

Comments
 (0)