Home
> Uncategorized > Microsoft Azure – Did you know …. !
Microsoft Azure – Did you know …. !
Microsoft Azure – Did you know changing few settings may save costs OR sometime may result for Re-Deployments
- The Blob service supports only single-level hierarchy of container , It means containers cannot contain other containers.
- Use quick format when formatting the disks, Which saves costs , quick format will not store large range of zeros with page blob .
- You have to Re-Deploy VMs in case you have Re-generated storage keys, to avoid this shutdown the VMs and regenerate the access keys.
- If you want to migrate VM into virtual network, Its not easy So you have to re-deploy VMs into virtual network . To do this delete VM but not its disks and re-create VM and attach disk into VM
- If you scale UP or Down of Cloud services , then you have to change the cloud service definition file and you have to re-deploy the cloud service.
- If the connect button is greyed \ Disabled , it means that VM is Stopped or Endpoint is not configured.
Categories: Uncategorized
ohh.. thnx.
I was thinking to Re-generate storage keys… you saved me for reinstall VM
nice and to the point info.