PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Wednesday, September 28, 2022

[FIXED] When should we use redeploy button in Azure Resource groups

 September 28, 2022     azure, azure-resource-group, azure-resource-manager, azure-virtual-machine, continuous-deployment     No comments   

Issue

Azure resource groups give a redeploy button not sure how and when to use that. Would appreciate best practices.

enter image description here


Solution

In general, when we facing difficulties troubleshooting, redeploying the deployment may help.

For example, when we can't connect to Azure VM or application access to windows-based Azure VM, we can try to redeploy it. When you redeploy a VM, it moves the VM to a new node within the Azure infrastructure and then powers it back on, retaining all your configuration options and associated resources.

More information about redeploy Azure VM, please refer to this link.

By default, when we select redeploy in Azure resource group deployments, Azure will use this template to deploy this resource.



Answered By - Jason Ye
Answer Checked By - Cary Denson (PHPFixing Admin)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing