Windows 10: about azure code signing

Discus and support about azure code signing in Windows 10 Gaming to solve the problem; Hi,How can I get a azure code signing?I installed KB5048652.But, I cloud not find it.... Discussion in 'Windows 10 Gaming' started by 1, Dec 20, 2024.

  1. 1
    1 Win User

    about azure code signing


    Hi,How can I get a azure code signing?I installed KB5048652.But, I cloud not find it.

    :)
     

  2. Task Azure Code Signing in a Azure pipeline returns Token Acquisition (1004) failed

    On Azure pipeline

    when runs the following task:

    - task: AzureCodeSigning@0

    displayName: Sign with Azure Code Signing

    inputs:

    AzureTenantID: '$(TenantID)'

    AzureClientID: '$(AppID)'

    AzureClientSecret: '$(AppSecret)'

    Endpoint: 'https://weu.codesigning.azure.net/'

    CodeSigningAccountName: '$(CodeSigningAccountName)'

    CertificateProfileName: '$(CodeSigningCertificateProfileName)'

    FilesFolder: 'c:/codesigning-pipeline/'

    FilesFolderFilter: 'exe'

    FilesFolderRecurse: true

    FilesFolderDepth: 1

    FileDigest: 'SHA256'

    (The pipeline has an exe file to be signed on dir c:/codesigning-pipeline/)

    the task returns the error:

    <<<

    Submitting digest for signing...

    [Error] Azure-Identity: False MSAL 4.56.0.0 MSAL.NetCore .NET 6.0.28 Microsoft Windows 10.0.17763 [2024-03-25 13:14:56Z - 07605ed2-623e-478b-8193-ad5b9066908d] === Token Acquisition (1004) failed.

    Host: login.microsoftonline.com.

    [Error] Azure-Identity: False MSAL 4.56.0.0 MSAL.NetCore .NET 6.0.28 Microsoft Windows 10.0.17763 [2024-03-25 13:14:56Z - 07605ed2-623e-478b-8193-ad5b9066908d] Exception type: Microsoft.Identity.Client.MsalServiceException

    , ErrorCode: invalid_client

    HTTP StatusCode 401

    CorrelationId 07605ed2-623e-478b-8193-ad5b9066908d

    [Error] Azure-Identity: False MSAL 4.56.0.0 MSAL.NetCore .NET 6.0.28 Microsoft Windows 10.0.17763 [2024-03-25 13:14:56Z - 07605ed2-623e-478b-8193-ad5b9066908d] Exception type: Microsoft.Identity.Client.MsalServiceException

    , ErrorCode: invalid_client

    HTTP StatusCode 401

    ...

    >>>

    I have an azure Code Signing Account created

    I have certifacate profile

    My App has the access "Code Sign Certificate Profile Signer"

    The Agent pipeline is "Windows 2019"
    ...

    What can be missing ???

    Thank you very much for your help
     
    Paulo Matos GGS, Dec 20, 2024
    #2
  3. Brink Win User
    New unified Microsoft Sign-in experience is now in public preview


    Source: The new Azure AD Signin Experience is now in Public Preview Enterprise Mobility and Security Blog
     
    Brink, Dec 20, 2024
    #3
  4. about azure code signing

    Migrating On Prem VM to Azure

    Hi Experts, We have a requirement of moving out VMs as is in Azure from Current On-Prem and the process we are following is

    1. Create a RAW image from an on-prem VM.
    2. Convert the RAW image to VHD.
    3. Move the VHD file to Azure Storage.
    4. Convert the Disks to managed disks.
    5. Mount the OS disk to the C drive and other disks respectively.
    Issue - Once we mount the OS disk we are not able to RDP to the machine we have followed the steps suggested in the below links and as usual there are millions of documents and none point in the right direction unfrotunately.

    Links followed to figure out options to get this done -

    Prepare a Windows VHD to upload to Azure - Azure Virtual Machines | Microsoft Docs - Microsoft documentation.

    Attach an existing OS disk to a VM - Azure Virtual Machines - Microsoft documentation.

    Upload a VHD to Azure and create a virtual machine - Stephanie Kahlam - Some helpful people created this and

    We have tried options

    1. Created image from managed disk and tried to initiate the VM and got exception as below
      Provisioning failed.
      OS Provisioning for VM 'demo-1' did not finish in the allotted time. However, the VM guest agent was detected running. This suggests the guest OS has not been properly prepared to be used as a VM image (with CreateOption=FromImage). To resolve this issue, either use the VHD as is with CreateOption=Attach or prepare it properly for use as an image:
      * Instructions for Windows:
      https://azure.microsoft.com/documentation/articles/virtual-machines-windows-upload-image/
      * Instructions for Linux:
      https://azure.microsoft.com/documentation/articles/virtual-machines-linux-capture-image/.


      and
      the suggested solution 1 to use CreateOption=Attach creates the VM but does not allow us to RDP to the machine so we are assuming it's not booting up. The other option suggested in the hyperlink is to create image using SysPrep which is not an option for us as we are performing a lift and shift.
    I would like to get some guidance from experts on to the right process to follow.
     
    Dalbir Singh (dalbir.monga), Dec 20, 2024
    #4
Thema:

about azure code signing

Loading...
  1. about azure code signing - Similar Threads - azure code signing

  2. Azure Code Signing Patch Issue

    in Windows 10 Software and Apps
    Azure Code Signing Patch Issue: Hello,Windows 2019 update KB5005625 failedWindows 2016 update KB5006669 is no longer availableAntivirus software tips: This version of Windows does not support Azure Code Signingpatch needs to be updated...
  3. Azure Code Signing Patch Issue

    in Windows 10 Gaming
    Azure Code Signing Patch Issue: Hello,Windows 2019 update KB5005625 failedWindows 2016 update KB5006669 is no longer availableAntivirus software tips: This version of Windows does not support Azure Code Signingpatch needs to be updated...
  4. about azure code signing

    in Windows 10 Software and Apps
    about azure code signing: Hi,How can I get a azure code signing?I installed KB5048652.But, I cloud not find it. https://answers.microsoft.com/en-us/windows/forum/all/about-azure-code-signing/63359d73-832f-4fec-b4a5-4433d5cddc6d
  5. about azure code signing

    in Windows 10 Installation and Upgrade
    about azure code signing: Hi,How can I get a azure code signing?I installed KB5048652.But, I cloud not find it. https://answers.microsoft.com/en-us/windows/forum/all/about-azure-code-signing/63359d73-832f-4fec-b4a5-4433d5cddc6d
  6. About Azure pipeline

    in Windows 10 Gaming
    About Azure pipeline: Hi In azure pipeline , While code checkout it is not pulling the latest code, how to resolve this. https://answers.microsoft.com/en-us/windows/forum/all/about-azure-pipeline/6c50ce1c-8524-46ce-9cac-f81ed7694ee1
  7. About Azure pipeline

    in Windows 10 Software and Apps
    About Azure pipeline: Hi In azure pipeline , While code checkout it is not pulling the latest code, how to resolve this. https://answers.microsoft.com/en-us/windows/forum/all/about-azure-pipeline/6c50ce1c-8524-46ce-9cac-f81ed7694ee1
  8. Azure sign-in logs

    in AntiVirus, Firewalls and System Security
    Azure sign-in logs: Hi,I've been tracking some activity which I think is somewhat malicious. Within sign-in logs I've noticed quite a few failures from user accounts under application "Microsoft Azure CLI". Over the last month there has been an ever-increasing amount of this traffic from users...
  9. Microsoft Azure Sign Up

    in Windows 10 Updates and Activation
    Microsoft Azure Sign Up: [ATTACH] Greetings dear passenger; When I was getting to sign in the Microsoft Azure, I got this error in my screen. I was trying to sign in with my school e-mail but I think it's not working. I have been studying at Middle Eastern Technical University and it's one of the...
  10. about Azure Kinect DK

    in Windows 10 Drivers and Hardware
    about Azure Kinect DK: Do you have a separate accessory to protect the front of Azure Kinect DK?[ATTACH] Or can I easily replace the front cover? https://answers.microsoft.com/en-us/windows/forum/all/about-azure-kinect-dk/09a574e1-42c4-400f-91d3-1a84b97987f8