GithubHelp home page GithubHelp logo

Comments (4)

kiwi-cam avatar kiwi-cam commented on August 26, 2024 1

@SINIKI Thanks for following up. To clarify, the full command I used was:

Install-AzSKContinuousAssurance -SubscriptionId xxxxxxxxxxxxxxxxxxxxxxxx `
-AutomationAccountLocation australiaeast `
-AutomationAccountRGName xxxxxxxxxxxxx `
-AutomationAccountName xxxxxxxxxxxxxxxx `
-ResourceGroupNames "xxxxxxxxxxxxxx,xxxxxxxxxxxx,xxxxxxxxxxxx" `
-LAWSId xxxxxxxxxxxxxxxxxxxxxxxx `
-LAWSSharedKey xxxxxxxxxxxxxxxxxxxxxxxxxxx `
-AzureADAppName xxxxxxxxxxxxxxxxxxxx

I see that @luander 's original post omits the AutomationAccountName parameter, but my installation command did not.

from devopskit.

kiwi-cam avatar kiwi-cam commented on August 26, 2024

Same issue here.

I've just launched Install-AzSKContinuousAssurance to configure CA against some of our resources. I included the AutomationAccountRGName parameter to ensure resources created confirm to our naming conventions. The Resource Group named "AZSKRG" was created anyway and it appears to only contain blob storage.

Can Install-AzSKContinuousAssurance be updated to not create the default resource group at all... or are there steps I can follow to relocate this blob storage?

from devopskit.

SINIKI avatar SINIKI commented on August 26, 2024

@luander @kiwi-cam:

You need to specify 'AutomationAccountName' as well. To setup continuous assurance in a custom resource group, run this command:

Install-AzSKContinuousAssurance -SubscriptionId $subscriptions[0].Id -ResourceGroupNames $rgs -WebhookUrl $webhook -OMSWorkspaceId $omsworkspace.CustomerId.ToString() -OMSSharedKey $omssharedkeys.PrimarySharedKey -AutomationAccountRGName azsk-custom-rg -AutomationAccountLocation westeurope -AutomationAccountName 'customName'

Note: AutomationAccountName should be different than "AzSKContinuousAssurance"

To read more about the installation of multiple automation account click here

from devopskit.

checkso avatar checkso commented on August 26, 2024

Same for me.
Just tried it as suggested and it creates a Ressource Group "AzSKRG" and the Storage Account.

Command I used:
Install-AzSKContinuousAssurance -SubscriptionId xxxxxxxxxxxxxxxxxxxxxxxx ' -AutomationAccountLocation westeurope ' -AutomationAccountRGName xxxxxxxxxxxxx ' -AutomationAccountName xxxxxxxxxxxxxxxx ' -ResourceGroupNames "*" ' -LAWSId xxxxxxxxxxxxxxxxxxxxxxxx ' -LAWSSharedKey xxxxxxxxxxxxxxxxxxxxxxxxxxx '

from devopskit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.