These are the thinks I found interessting at Microsoft Connect() 2017:
-
- Deploy and Debug directly to Azure managed Kubernetes cluster (AKS) from local VisualStudio environment:
- Video: https://channel9.msdn.com/Events/Connect/2017/T256
- currently needs a signup to get the preview
- Using VSTS to Deploy to Azure Kubernetes and Azure DockerCE
- Video: https://channel9.msdn.com/Events/Connect/2017/T175
- VSTS offers many steps for deployment like „Docker Push“, „Docker Compose“, „Copy over SSH“, „Deploy to Kubernetes“
- Azure offers unmanaged Container Services (ACS) with DC/OS, Kubernetes, Swarm
- Azure offers managed Kubernetes Cluster (AKS)
- Azure offers managed DockerCE (Swarm Mode) in preview in some regions (only via CLI):
- Roslyn .NET compatibility analyzer
- Video: https://blogs.msdn.microsoft.com/dotnet/2017/10/31/introducing-api-analyzer/
- gives feedback and solution to deprecated .NET functions:
- gives feedback to incompatible .NET Core code:
- Azure Functions Runtime 2.0
- Video: https://channel9.msdn.com/Events/Connect/2017/T113
- development and deployment can be done with Maven, Jenkins, Exclipse, IntelliJ, …
- now supports Java
- now runs localy on Mac and Linux
- now Durable Functions are available
- can run longer than 10 minutes
- can orchestrate and call multiple other functions with new class DurableOrchestrationContext
- Snapshot Debugger:
- Video: https://channel9.msdn.com/Events/Connect/2017/T208
- Set „breakpoint“ in production environment without interrupting it (only take a snapshot)
- analyse errors and application status on-the-fly in local VisualStudio with the current snapshot without stopping production
- Deploy and Debug directly to Azure managed Kubernetes cluster (AKS) from local VisualStudio environment:
Schreibe einen Kommentar