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

Update Management #725

Closed
vparna opened this issue Aug 16, 2021 · 7 comments
Closed

Update Management #725

vparna opened this issue Aug 16, 2021 · 7 comments
Assignees
Labels
arc_servers Azure Arc-enabled servers related bug Something isn't working

Comments

@vparna
Copy link

vparna commented Aug 16, 2021

Scenario which you are working on
Trying to create update management for the Azure Arc Server to perform patching using update management using the below link: https://azurearcjumpstart.io/azure_arc_jumpstart/azure_arc_servers/day2/arc_updatemanagement/

Describe the bug
was able to deploy update management on a test Azure Arc ON-Perm Server but the Runbooks, Log analytics solutions didn't get created even though the automation account, Log Analytics workspace got created successfully, also deployment says successful.

To Reproduce
Steps to reproduce the behavior:

  1. clone the azure arc repository
  2. open the Azure CLI and cd to the azure_Arc_Servers_Jumpstart\updateManagement folder
  3. execute az deployment group create --resource-group --template-file law-template.json --parameters law-template.parameters.json
  4. See error

Expected behavior
As per the documentation I did expected to see the runbooks and the update management solution mentioned in the documentation link https://azurearcjumpstart.io/azure_arc_jumpstart/azure_arc_servers/day2/arc_updatemanagement/ after successful deployment.

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
as the update management solution is not available i was not able to move to the next steps in the documentation, please provide troubleshooting steps.

@vparna vparna added the bug Something isn't working label Aug 16, 2021
@dkirby-ms
Copy link
Contributor

@vparna can you please provide some details:

What Azure region are you using?
Provide the error message from the deployment where the Update Management solution is failing.

@vparna
Copy link
Author

vparna commented Aug 16, 2021

i am currently using West US 2 region., i dont see any error message on the Azure portal or on the Azure CLI command prompt. the deployment succeeded but the runbooks, update management solutions aren't created in the resource group.

@dkirby-ms
Copy link
Contributor

If the deployment is succeeding and not showing any error, then the resources should be created including the Update Management solution.

Is the resource group where your Azure Arc-enabled server resides the same resource group you are using to deploy the law-template.json from the Update Management scenario?

@dkirby-ms
Copy link
Contributor

I was able to reproduce this. I will update the thread when I understand the root cause and have a fix.

@likamrat likamrat added the arc_servers Azure Arc-enabled servers related label Aug 16, 2021
@dkirby-ms
Copy link
Contributor

This has been addressed. Note that in the updated version, the runbooks are no longer deployed with the template as they are not necessary for the scenario.

@vparna
Copy link
Author

vparna commented Aug 18, 2021

thank you for the updating the documentation. but I don't see the log Analytics solution created. can you check ?

@dkirby-ms
Copy link
Contributor

There is a screenshot in this link that shows the Log Analytics workspace, automation account, and update management solution.

https://azurearcjumpstart.io/azure_arc_jumpstart/azure_arc_servers/day2/arc_updatemanagement/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arc_servers Azure Arc-enabled servers related bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants