Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with azure storage account for Intune deployment #562

Open
dzaggiel opened this issue Oct 25, 2024 · 0 comments
Open

Issue with azure storage account for Intune deployment #562

dzaggiel opened this issue Oct 25, 2024 · 0 comments

Comments

@dzaggiel
Copy link

dzaggiel commented Oct 25, 2024

Hello, I noticed some errors, when tool creates azure storage account then the error shows in the console:

New-AzStorageContainer : Public access is not permitted on this storage account.
RequestId:fa70c254-e01e-0060-70ca-269df2000000
Time:2024-10-25T10:40:06.7669883Z
Status: 409 (Public access is not permitted on this storage account.)
ErrorCode: PublicAccessNotPermitted
Content:
<?xml version="1.0" encoding="utf-8"?><Error><Code>PublicAccessNotPermitted</Code><Message>Public access is not permitted on this storage account.
RequestId:fa70c254-e01e-0060-70ca-269df2000000
Time:2024-10-25T10:40:06.7669883Z</Message></Error>
Headers:
x-ms-request-id: fa70c254-e01e-0060-70ca-269df2000000
x-ms-client-request-id: ba6adf07-87f2-428c-8894-0a20354917fb
x-ms-version: 2023-08-03
x-ms-error-code: PublicAccessNotPermitted
Date: Fri, 25 Oct 2024 10:40:06 GMT
Server: Windows-Azure-Blob/1.0,Microsoft-HTTPAPI/2.0
Content-Length: 248
Content-Type: application/xml
At line:11899 char:23
+ ... Container = New-AzStorageContainer -Name $ContainerName -Permission B ...
+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : CloseError: (:) [New-AzStorageContainer], RequestFailedException
    + FullyQualifiedErrorId : RequestFailedException,Microsoft.WindowsAzure.Commands.Storage.Blob.Cmdlet.NewAzureStorageContainerCommand

Because of this error, no container is created inside the storage account. Tool, on the other hand, returns the message “Successfully provisioned in Azure”

The second error that I see in the console is:

Get-ItemPropertyValue : Property XML does not exist at path HKEY_LOCAL_MACHINE\SOFTWARE\MSEndpointMgr\DriverAutomationTool.
At line:2061 char:23
+ ... IOSXMLURI = Get-ItemPropertyValue -Path $global:RegistryPath -Name "X ...
+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument: (:) [Get-ItemPropertyValue], PSArgumentException
    + FullyQualifiedErrorId : Argument,Microsoft.PowerShell.Commands.GetItemPropertyValueCommand
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant