shlogg · Early preview
Olivier Miossec @omiossec_med

Former Microsoft Azure MVP, Co-organizers of the French PowerShell & DevOps UG . Find me on https://github.com/omiossec or https://www.linkedin.com/in/omiossec/ Living in Amsterdam, NL

Integrating Generative AI With Azure DevOps Using Copilot And AISHell

Generative AI enters Azure operations & DevOps in 2024. Tools like Copilot in Azure, GitHub Copilot & AIShell help developers with code completion, chat & resource analysis. Effective use requires specific prompts & understanding of generated output.

Azure Network Security Perimeter In Preview With PowerShell Example

Azure Network Security Perimeter (NSP) restricts inbound/outbound network access to PaaS services, logs access like NSG. In preview, available in US regions, limited to specific Azure services.

Passing Arguments With Pester V5: A Game Changer

Passing arguments to Pester scripts is now possible with v5. Use `param` section in test file and run with parameters like any normal PowerShell file. For invoke-pester, create a containerInfo object with path and dictionary of params/values.

Connect Azure To GitHub With Federated Identity Credential

Connect GitHub workflow to Azure without secrets: use federated identity credentials with user-managed identity and configure in Azure and GitHub workflows.

Automate Azure Policy Compliance Checks With PowerShell

Automate Azure Policy compliance checks with Get-AzPolicyState cmdlet. Filter by subscription ID, policy name, or resource type using OData notation. Apply aggregation functions for detailed results.

Avoiding Syntax Errors In Azure Policy With PowerShell And Pester

Avoiding Azure Policy errors with PowerShell: Test JSON syntax, displayName, if/then clauses, effect, mode & parameter usage with Pester framework.

Building Custom Data Types In Bicep Language

Bicep Language allows creating custom data types with benefits like better control over parameters & user input, limiting variables for resources & better-readable code.

Azure Subnet Peering: A New Feature For Azure Cloud Engineers

Azure introduces subnet peering, allowing selective subnets to communicate across VNETs, adding security layers & flexibility, but also introducing governance & routing complexities.