Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Leading the Development Frontier: Innovations a...

Leading the Development Frontier: Innovations at Microsoft Build Japan 2024 Dev/Tech Part

Kazushi Kamegawa's presentation at Microsoft Build Japan 2024, focusing on DevTechPart, highlighted new technologies for developers, especially new services and tools like Vector for SQL Database, Azure Web Apps, Load Testing, .NET Aspire, and App Modernize. It emphasized the announcement of Secure by Operations for enhanced security, the countdown to the discontinuation of NTLM, improvements to Azure Load Testing, the public preview of the next-generation Flex Consumption for Azure Functions, and the migration assessment support using GitHub Copilot, providing vital information for efficient testing and modernization of applications.

KAMEGAWA Kazushi

August 02, 2024
Tweet

More Decks by KAMEGAWA Kazushi

Other Decks in Programming

Transcript

  1. 自己紹介  亀川 和史(かめがわ かずし)  Microsoft MVP for Developer

    Technologies (DevOps and GitHub) 13回受賞 Team Foundation Server Users Group他  Microsoft Top Partner Engineer Award 2023受賞  Azureシステムのアーキテクチャ設計支援を担当しています Microsoft Build 2024の会場にて
  2. 推し事  Vector for SQL Database  Azure Web Apps

     Load Testing  .NET Aspire  App Modernize
  3. SQL DatabaseのVector support(Private Preview) 現在Private Preview CosmosやPostgreSQLへ移行しなくても既存のSQL Database業務ア プリケーションへの生成AI組み込みにどうぞ! Unleashing

    the Potential of Generative AI in Azure SQL Database - Azure SQL Devs’ Corner (microsoft.com) Azure-Samples/azure-sql-db-openai: Samples on how to use Azure SQL database with Azure OpenAI (github.com)
  4. NTLM廃止のカウントダウン始まる • Windows Server 2025 / Windows 11 Insider Preview(いずれもBuild

    25951以降)でNTLMのブロックが可能となるアナウンス • 将来(時期未定)にはNTLMが廃止される • 既存ソリューションはブロックのテストしましょう SMB NTLM blocking now supported in Windows Insider - Microsoft Community Hub
  5. Azure Load Testingがより簡単、高度に • AzureポータルからWeb Apps, FunctionsのLoad Testing実行可能 ※Functionsはプレビュー •

    JMeterだけではなく、PythonベースのLocustサポート • URL入力する手間が削減 Announcing multi-region load tests and support for Locust framework in Azure Load Testing (microsoft.com)
  6. Load TestingでのLocustサポート クイック スタート: Locust を使用してロード テストを作成する - Azure Load

    Testing | Microsoft Learn • Pythonで負荷テストパターンが作れる オープンソースLocustのプレビュー開始 • もうちょっとしたら出てくる、かも Locust - A modern load testing framework
  7. Azure Compute Fleet  VMSSよりもよりスケール(最大10000)  Spot / オンデマンド料金プランの混在 

    すべての価格プランを混在させて構築可能  過去ないような大規模なスケール
  8. .NET Aspire  .NET Aspire GA!  ものすごく簡単に言えばDockerfile書かなくていいのは楽そう  イベントダッシュボードあります

     .NETだけじゃなくてnode.jsも オーケストレーションに参加できます General Availability of .NET Aspire: Simplifying .NET Cloud-Native Development - .NET Blog (microsoft.com) dotnet/aspire-samples (github.com)