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

Create README.md #2479

Closed
wants to merge 13 commits into from
Closed

Create README.md #2479

wants to merge 13 commits into from

Conversation

trinadhk
Copy link

@azurecla
Copy link

Hi @trinadhk, I'm your friendly neighborhood Azure Pull Request Bot (You can call me AZPRBOT). Thanks for your contribution!


It looks like you're working at Microsoft (trinadhk). If you're full-time, we DON'T require a contribution license agreement.



If you are a vendor, DO please sign the electronic contribution license agreement. It will take 2 minutes and there's no faxing! https://cla.azure.com.

TTYL, AZPRBOT;

<img src="http://armviz.io/visualizebutton.png"/>
</a>

This template will use existing recovery services vault and policy, and enables protection of ARM based IaaSVMs. VM and vault - both must be in same GEO.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo... sapce between IaaS and VMs

@bmoore-msft bmoore-msft self-assigned this Sep 13, 2016

"protectedItems": "[concat('vm;iaasvmcontainerv2;', parameters('vmResourceGroupName'), ';', parameters('vmName'))]",

"protectedItemType": "Microsoft.Compute/virtualMachines",
Copy link
Member

@nilaydshah nilaydshah Sep 15, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please confirm this, I guess this should be: Microsoft.ClassicCompute/virtualMachines while passing this to "properties". However, for constructing v2 vm's resourceId this is correct.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is only for Resource Manager VMs

@@ -0,0 +1,16 @@
# Backup Resource Manager IaaS VMs to Recovery Services Vault
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You may want to specify Backup Resource Manager IaaS VM (instead of IaaS VMs).
May also include another (older) template link to backup multiple iaas vms...

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am planning to add PS script which lets to do at scale protection using this template. So plural .

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@trinadhk are you planning a PS script which will take N vms as inputs and then that will call this ARM template in N times? If that's the case, we'll not leverage the benefits of ARM which can create single parent request and all configure protections will happen part of same request. And single configure protection can be tracked as one of the N operations.


"parameters": {

"vaultName": {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not sure whether it's general guidelines or not, but if we are expecting this to be already existing, should prefix with "existing", in that case variable names should be existingVaultName, existingVmResourceGroupName, existingVmName etc.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will check with Kay on this. Thanks for the feedback.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is good feedback by Nilay. Should be prefixed with "existing"

@bmoore-msft
Copy link
Collaborator

Can you remove all the double spacing in the files?

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

Successfully merging this pull request may close these issues.

6 participants