diff --git a/README.md b/README.md
index 350a5e16..8becaf90 100644
--- a/README.md
+++ b/README.md
@@ -383,7 +383,7 @@ To uninstall Foundry Local, run the following command in your terminal:
- **High performance** - Optimized execution with ONNX Runtime and hardware acceleration
- **Flexible deployment** - Ideal for edge computing scenarios with limited connectivity
- **Development friendly** - Perfect for prototyping AI features before production deployment
-- **Model versatility** - Use pre-compiled models or [convert your own](./docs/how-to/compile-models-for-foundry-local.md).
+- **Model versatility** - Use pre-compiled models or [convert your own](https://learn.microsoft.com/azure/ai-foundry/foundry-local/how-to/how-to-compile-hugging-face-models?view=foundry-classic&tabs=Bash).
## Reporting Issues
@@ -391,11 +391,8 @@ We're actively looking for feedback during this preview phase. Please report iss
## 🎓 Learn
-- [Detailed documentation](./docs/README.md)
-- [CLI reference](./docs/reference/reference-cli.md)
-- [REST API reference](./docs/reference/reference-rest.md)
-- [Security and privacy](./docs/reference/reference-security-privacy.md)
-- [Troubleshooting guide](./docs/reference/reference-troubleshooting.md)
+- [Foundry Local Documentation on Microsoft Learn](https://learn.microsoft.com/en-us/azure/ai-foundry/foundry-local/?view=foundry-classic)
+- [Troubleshooting guide](https://learn.microsoft.com/azure/ai-foundry/foundry-local/reference/reference-best-practice?view=foundry-classic)
## ⚖️ License
diff --git a/samples/cs/GettingStarted/src/FoundryLocalWebServer/Program.cs b/samples/cs/GettingStarted/src/FoundryLocalWebServer/Program.cs
index 2be82968..f50ac1b0 100644
--- a/samples/cs/GettingStarted/src/FoundryLocalWebServer/Program.cs
+++ b/samples/cs/GettingStarted/src/FoundryLocalWebServer/Program.cs
@@ -8,7 +8,7 @@
LogLevel = Microsoft.AI.Foundry.Local.LogLevel.Information,
Web = new Configuration.WebService
{
- Urls = "http://127.0.0.1:55588"
+ Urls = "http://127.0.0.1:52495"
}
};
diff --git a/samples/cs/GettingStarted/windows/AudioTranscriptionExample/AudioTranscriptionExample.csproj b/samples/cs/GettingStarted/windows/AudioTranscriptionExample/AudioTranscriptionExample.csproj
index 4389c422..499d320f 100644
--- a/samples/cs/GettingStarted/windows/AudioTranscriptionExample/AudioTranscriptionExample.csproj
+++ b/samples/cs/GettingStarted/windows/AudioTranscriptionExample/AudioTranscriptionExample.csproj
@@ -5,7 +5,7 @@
enable
enable
- net9.0-windows10.0.26100
+ net10.0-windows10.0.26100
false
ARM64;x64
None
diff --git a/samples/cs/GettingStarted/windows/FoundryLocalWebServer/FoundryLocalWebServer.csproj b/samples/cs/GettingStarted/windows/FoundryLocalWebServer/FoundryLocalWebServer.csproj
index 4111d9d9..2fba6130 100644
--- a/samples/cs/GettingStarted/windows/FoundryLocalWebServer/FoundryLocalWebServer.csproj
+++ b/samples/cs/GettingStarted/windows/FoundryLocalWebServer/FoundryLocalWebServer.csproj
@@ -5,7 +5,7 @@
enable
enable
- net9.0-windows10.0.26100
+ net10.0-windows10.0.26100
false
ARM64;x64
None
diff --git a/samples/cs/GettingStarted/windows/HelloFoundryLocalSdk/HelloFoundryLocalSdk.csproj b/samples/cs/GettingStarted/windows/HelloFoundryLocalSdk/HelloFoundryLocalSdk.csproj
index a4370419..12e3bff5 100644
--- a/samples/cs/GettingStarted/windows/HelloFoundryLocalSdk/HelloFoundryLocalSdk.csproj
+++ b/samples/cs/GettingStarted/windows/HelloFoundryLocalSdk/HelloFoundryLocalSdk.csproj
@@ -5,7 +5,7 @@
enable
enable
- net9.0-windows10.0.26100
+ net10.0-windows10.0.26100
false
ARM64;x64
None
diff --git a/samples/cs/GettingStarted/windows/ModelManagementExample/ModelManagementExample.csproj b/samples/cs/GettingStarted/windows/ModelManagementExample/ModelManagementExample.csproj
index f3bf565c..153de653 100644
--- a/samples/cs/GettingStarted/windows/ModelManagementExample/ModelManagementExample.csproj
+++ b/samples/cs/GettingStarted/windows/ModelManagementExample/ModelManagementExample.csproj
@@ -5,7 +5,7 @@
enable
enable
- net9.0-windows10.0.26100
+ net10.0-windows10.0.26100
false
ARM64;x64
None