From nobody Thu Jul 23 19:10:36 2026 X-Original-To: dev-commits-doc-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4h5ggj4x1vz6mJRB for ; Thu, 23 Jul 2026 19:10:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "YR1" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4h5ggj28mqz3m9n for ; Thu, 23 Jul 2026 19:10:41 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1784833841; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=WFi4YRHchl525Bn5/PQLFv6DdOtI28/sXuLUgpfmR38=; b=uVLVZtg+NnAw3d7r4x2JwzVgcEKCx7gSnqFRHSZfq3VYFRkDYzuHmbbY0eHrJsq1AeMuPd R/yV2cCgYyWX3tiWvAIddSEsTI4qPQv6M9J5DPYyJPrBD9xV8AgJXWP2JUfrzytEcBDWCP hqWWgF/RvJXKRYsI3drx+DlFXgEmmtxYW8e5ZPjAxjaTu5cPYnNL8vxqUtu7VDczQ5mjC+ iDV7kX/acd+ceBypgqLr12vzKIh4Teq9V7Kje2VviKRlRgUsJzTpyT7KzvZSgyxqa3QkCi IPOz7ybaBi/XuDpRDvxXNQ44VwDAt634zNCfYcdR+xlfB3asiRQMZYnXWtH7PA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1784833841; a=rsa-sha256; cv=none; b=o2TbLatR9lfAGZTHv2FOu50M0sQ6xia1FeU6jI+yj2JfD1ogJf2it4VocF4g7hoJHEYAjp zyPmFY4u9JNYV/LU9iA6vI7bT1HmAsnrXsOklcJJog2pl/1SE29uAjFMXfS6m9Icde++GI L/Fn/sMJgwbfwDwNcaV61H42JFsFh8VqY8tIMHakBBCaKQrBlxCeMND75e9l8gqdWESuYt hOchRDuTdTiRzI0xjisI9bfPlJPPcwpPwIWe5jXUeFR41sZFK6Zmu0bmFnuWeIMTeWf+HK wXPgycBHUNzdD21Xl/d9PWfxQMqVHKmtzYkLr9WiBT5eZTu2OGLvifPed7pjAA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1784833841; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=WFi4YRHchl525Bn5/PQLFv6DdOtI28/sXuLUgpfmR38=; b=ZOxFljVEERhx95L7GczuiTc91qvRktuO/eQ4e5BAXOHSBzmyNc1B6W90GavPlh7EqH1ic7 PumAjrEJ5Z5gwV31ngVfDNYfidzyFOI+zEC97sDagZhmXaf3RY3Pi+iXkgMQfHsHnwk5Ym SCxBjKRsusON4SBebwVD0BXwU6KQIc/lysYAiSuB1ZvPHjgY2TM1pIRFEwxy8GCuAYpt54 EAUHFYSyWdoeeW2+s/n5TKC3Gp8KyxE8MSNYFi9npnzk1OZBuRWSbxJvx2MAbiPbA/7033 TM5S7JHSSWzuYFaZWv2DllroGFDuenpf1CaFgJtSPbijijX0NFGSBiLO4twOXQ== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4h5ggj0V46z35n for ; Thu, 23 Jul 2026 19:10:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 1f54d by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Thu, 23 Jul 2026 19:10:36 +0000 To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Cc: Li-Wen Hsu From: Lorenzo Salvadore Subject: git: bc50dca02e - main - Status/2026Q2/azure.adoc: Add report List-Id: Commit messages for all branches of the doc repository List-Archive: https://lists.freebsd.org/archives/dev-commits-doc-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-doc-all@freebsd.org Sender: owner-dev-commits-doc-all@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: salvadore X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: bc50dca02ee3250b4818e56817018591a0e06f09 Auto-Submitted: auto-generated Date: Thu, 23 Jul 2026 19:10:36 +0000 Message-Id: <6a62672c.1f54d.7a84f95d@gitrepo.freebsd.org> The branch main has been updated by salvadore: URL: https://cgit.FreeBSD.org/doc/commit/?id=bc50dca02ee3250b4818e56817018591a0e06f09 commit bc50dca02ee3250b4818e56817018591a0e06f09 Author: Li-Wen Hsu AuthorDate: 2026-07-14 06:46:02 +0000 Commit: Lorenzo Salvadore CommitDate: 2026-07-23 19:10:11 +0000 Status/2026Q2/azure.adoc: Add report Pull Request: https://github.com/freebsd/freebsd-doc/pull/700 --- .../en/status/report-2026-04-2026-06/azure.adoc | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/website/content/en/status/report-2026-04-2026-06/azure.adoc b/website/content/en/status/report-2026-04-2026-06/azure.adoc new file mode 100644 index 0000000000..4276aad0ce --- /dev/null +++ b/website/content/en/status/report-2026-04-2026-06/azure.adoc @@ -0,0 +1,38 @@ +=== FreeBSD on Microsoft HyperV and Azure + +Links: + +link:https://wiki.freebsd.org/MicrosoftAzure[Microsoft Azure article on FreeBSD wiki] URL: link:https://wiki.freebsd.org/MicrosoftAzure[] + +link:https://wiki.freebsd.org/HyperV[Microsoft HyperV article on FreeBSD wiki] URL: link:https://wiki.freebsd.org/HyperV[] + +Contact: Microsoft FreeBSD Integration Services Team + +Contact: link:https://lists.freebsd.org/subscription/freebsd-cloud[freebsd-cloud Mailing List] + +Contact: The FreeBSD Azure Release Engineering Team + +Contact: Wei Hu , + +Contact: Li-Wen Hsu + +Publishing the 15.1-RELEASE image to Azure Marketplace is in progress. +It is expected to become publicly available early in the third quarter. + +Li-Wen is investigating the technical details needed to support Azure Trusted Launch. + +Wei and Li-Wen, together with other Microsoft engineers, are investigating an issue preventing mana(4) from working correctly on AMD-based Azure VMs. +The mana(4) device is present on the latest v7-generation Azure VMs. + +Work in progress tasks: + +* Automating the image publishing process and merging it into [.filename]#src/release/#. +* Making the process of publishing to Azure Marketplace smoother. +* Supporting FreeBSD in link:https://github.com/Azure/azure-vm-utils/[Azure VM utilities]. + +Open tasks: + +* Update FreeBSD-related documentation at link:https://learn.microsoft.com[Microsoft Learn]. +* Update package:sysutils/azure-agent[] to the latest version. +* Upstream link:https://github.com/Azure/WALinuxAgent/pull/1892[local modifications of Azure agent]. +* Port link:https://github.com/Azure/azure-linux-extensions[Linux Virtual Machine Extensions for Azure]. +* Add FreeBSD support in link:https://azure.microsoft.com/products/devops/pipelines/[Azure Pipelines]. +** link:https://github.com/microsoft/azure-pipelines-agent/pull/3266[] +** Build and publish snapshot builds to link:https://learn.microsoft.com/azure/virtual-machines/share-gallery-community[Azure community gallery]. + +Sponsor: Microsoft for people in Microsoft, and for resources for the rest + +Sponsor: The FreeBSD Foundation for everything else