Giter Site home page Giter Site logo

100daysofiac's People

Contributors

drdamour avatar odin88 avatar paritosh87 avatar pzerger avatar starkfell avatar udubnate avatar willk-hcss 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

100daysofiac's Issues

Azure Policy?

If appropriate, I think covering the use of Azure Policy would be extremely beneficial, especially for enterprises.

Day 47 - transposed definitions

Day 47:
resourceId. returns an object that represents the current resource group.
resourceGroup. returns the unique identifier of a resource. You use this function when the resource name is ambiguous or not provisioned within the same template

Definitions have been transposed.

Recommend ED25519 instead of RSA ssh keys?

In day 68 you show how to create a 4096 bit RSA ssh key. Would it not be better to show how to create an ED25519 key instead? From what I can tell, it is now recommended over RSA.

[EDIT]: I see, after finishing the article, that ED25519 is not currently supported by Microsoft.

Problem with markdown

Hi,
Maybe I'm doing something wrong. I have instaled VS Code, also added extensions:
Markdown All in One
Markdown Lint
Spell Right
I don't know what next. I download pdf & I can't open in VS Code. Please help me.

Suggested Topic: GitOps

Hi guys, great series. I would like to suggest a topic since you touch AKS. We have been using GitOps in our environment and I think is quite cool. Perhaps you can use one of the "Days" to give an overview of GitOps or Microsoft Bedrock framework

Day 4 - Create an SP

The Service principal name should be "http://iac-sp". Throws me a warning every time. IDK if that's intended, but changing it would help better understand the syntax

Typo's in 'Creating a Service Principal in Azure' sample code.

Thanks for this great series Ryan and Pete. I'm running through the examples here and have found that the suggested Azure CLI code sample seems to have some typo's and should be updated to the following:

$AZURE_SP=$(/usr/bin/az ad sp create-for-rbac --scope "contributor"
--name "iac-sp" `
--years 3)

Also, the code for storing the password into an existing Key Vault works when modified to:

$IAC_SP_PASSWORD=$(echo $AZURE_SP | jq .password | tr -d '"')

/usr/bin/az keyvault secret set --name "iac-sp-password"
--vault-name "myiacvault" --value "$IAC_SP_PASSWORD"
--output none

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.