Your message dated Mon, 21 Aug 2023 19:59:34 +0200
with message-id <[email protected]>
and subject line Re: Bug#1050194: cloud.debian.org: Custom Script extension is
not working in latest Debian 12 Azure image
has caused the Debian Bug report #1050194,
regarding cloud.debian.org: Custom Script extension is not working in latest
Debian 12 Azure image
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1050194: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1050194
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: cloud.debian.org
Severity: important
X-Debbugs-Cc: [email protected]
Hello,
Latest version of Debian 12 image in Azure marketplace (0.20230802.1460)
broke support for Custom Script extension. If one tries to deploy Custom Script
extension - either via ARM template during initial VM creation or for existing
VM via Azure portal - deployment gets stuck forever and never completes.
The following log is produced in /var/log/waagent.log:
2023-08-21T16:55:09.998510Z WARNING ExtHandler ExtHandler No handler status
found for Microsoft.Azure.Extensions.CustomScript. Not reporting anything for
it.
In previous Azure marketplace image versions (e.g. 0.20230723.1450) Custom
Script extension works just fine.
Detailed information about Custom Script extension is available here:
https://learn.microsoft.com/en-us/azure/virtual-machines/extensions/custom-script-linux
Both latest (0.20230802.1460) and previous (0.20230723.1450) images use
the same Azure Linux Agent version - WALinuxAgent-2.7.3.0.
The bug essentially blocks provisioning of new VMs in Azure based on latest
Debian 12
image that deploys configuration via Custom Script extension.
Thanks,
Alex
--- End Message ---
--- Begin Message ---
Hi
On Mon, Aug 21, 2023 at 05:19:15PM +0000, Debian wrote:
> Latest version of Debian 12 image in Azure marketplace (0.20230802.1460)
> broke support for Custom Script extension. If one tries to deploy Custom
> Script
> extension - either via ARM template during initial VM creation or for existing
> VM via Azure portal - deployment gets stuck forever and never completes.
This is expected. See
https://lists.debian.org/debian-cloud/2023/07/msg00037.html.
> The bug essentially blocks provisioning of new VMs in Azure based on latest
> Debian 12
> image that deploys configuration via Custom Script extension.
The most portable solution is to use cloud-init for that. Aka use:
| az vm create --user-data $script
Closing as this is not a bug.
Regards,
Bastian
--
You're dead, Jim.
-- McCoy, "Amok Time", stardate 3372.7
--- End Message ---