Skip to content
/ Azure Public

Public content aimed to help for real world Azure challenges and interesting project accelerators

License

Notifications You must be signed in to change notification settings

snefs/Azure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AzureContent

Public content aimed to help for Azure challenges

Courses

Architecture

Several links that can help defining / documenting architectural high level diagrams

Governance

Several links that help you maintain/manage your Azure environment

Infrastructure as code

Several initiatives that could help getting around common challenges

Blogs

PSDocs PowerShell to deploy Search

Document Yaml pipelines (only tested with Azure Devops)

Script that can generate (simple) documentation from your Azure DevOps Yaml pipeline. It will describe the parameters/variables and per stage all the used steps/jobs/tasks. Each type of activity is described using a description defined in keywords.json.

Additional features that could be added:

  • Multi language support for keywords

  • Description tag of yaml

  • Preparation steps

    • Retrieve entire Yaml
        1. Run a pipeline
        1. Download logs
        1. Look for azure-pipelines-expanded.yaml

    note: You can expand this script by using the Yaml schema, this is however a schema that I couldn't get prompted, this is why the keywords.json is used for descriptions. Retrieve your organization schema: https://dev.azure.com//_apis/distributedtask/yamlschema

  • Generation steps Script (5-dec-2024: yaml2md.v03.ps1

    • Run this script (without parameters):

      • .\yaml2md.v03.ps1
    • Run this script (with parameters):

      • .\yaml2md.v03.ps1 -YamlPath "mycoolpipeline.yaml" -OutputPath "pipeline-documentation.md" -KeywordsPath "keywords.json"

Script that helps to migrate from CARML to AVD (mainly prepares the structure - note that this is time specific - this version might be suited at the moment you are working on this)

  • CARML Upgrade script (can be discussed upon request)

    • added bicep CARML upgrade script for the old structure (Feb 2023) -> to the latest structure (Feb 2024)
    • Note that Bicep is undergoing changes towards Azure Verified Modules
    • Note tha this script only corrects the structure, not the content

    Changes:

    • Plural to single (policies --> policy)
    • Microsoft.AAD --> AAD
    • Deploy.bicep --> Main.bicep
    • Pascal case to '-' dash separated lower case (e.g. DataFactory --> data-factory

Audio

Audio files

About

Public content aimed to help for real world Azure challenges and interesting project accelerators

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published