Code Monkey home page Code Monkey logo

mdpp's Introduction

MDPP

mdpp's People

Contributors

chagarw avatar colincole avatar gatneil avatar gbowerman avatar prashmo avatar ritxos avatar robotechredmond avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mdpp's Issues

Bunch of unused potenatially misleading variables

has vmStorageAccountContainerName this is misleading and should be dropped.
"OSDiskName": "osdiskforwindowssimple", is not used and should be dropped.
"storageAccountType": "Standard_LRS", not used should be dropped.

couple of places mentions Windows Version params and should be dropped

dnsLabelPrefix must be lowercase

Need to add toLower() to the dnsLabelPrefix because you are using the resourcegroup value which does not have to be lowercase.

VMSS OS disk resize

Does anyone knows how to change the default size for a Linux VMSS when creating it and if the VMSS already exists managed how to modify the size of the OS ?

thx

Enabling subscription for managedDisks

In trying to provision a VM, I get the error:

{
"error": {
"code": "InvalidParameter",
"target": "managedDisk",
"message": "This subscription is not registered to use managedDisk feature."
}
}

How do I request support for managed disks?

Thanks

Get error when creating an image from blob

Using the template in 101-create-image-from-blob-and-vm-from-image as a guide I setup the following:

    {
        "type": "Microsoft.Compute/images",
        "apiVersion": "2016-04-30-preview",
        "name": "ComplianceServer-VM-Image",
        "location": "[variables('location')]",
        "properties": 
        {
            "storageProfile": 
            {
              "osDisk": {
                "osType": "linux",
                "osState": "Generalized",
                "blobUri": "https://x6lx28yt88h0mgqn.blob.core.windows.net/system/Microsoft.Compute/Images/images/compliance-osDisk.0cd1c41f-aea1-43aa-9836-d74130bb8e68.vhd",
                "caching": "ReadWrite",
                "storageAccountType": "Standard_LRS"
              }
            }
        }
    }

However when this is deployed to Azure I immediately get the following error:

{
  "error": {
    "code": "InvalidParameter",
    "target": "disk.blobUri",
    "message": "The blob name in URL https://x6lx28yt88h0mgqn.blob.core.windows.net/system/Microsoft.Compute/Images/images/compliance-osDisk.0cd1c41f-aea1-43aa-9836-d74130bb8e68.vhd contains a slash. This is presently not supported for disks."
  }
}

The URI is the URL to a custom image that has been generalised and was built by Packer.

I do not understand the error that is being given. The SA that is referenced is in the same resource group and location as the Image I am trying to create.

What am I missing? Thanks.

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.