az-bootstrap icon indicating copy to clipboard operation
az-bootstrap copied to clipboard

Invoke-AzBootstrap (iazb) helps to set up Azure and GitHub environments for IaC projects.

Results 18 az-bootstrap issues
Sort by recently updated
recently updated
newest added

This PR implements the `StorageAccountFirewall` option to allow users to configure whether storage accounts have public or private networking access. ## Changes Made ### Core Implementation - **Bicep Template**: Added...

options - public or private. Default private. this should first check the global preferences file for an override. if not set, it should use the commandline parameter, which should default...

When using interactive mode (`Invoke-AzBootstrap` without parameters), the configuration summary now displays the target Azure subscription and tenant information to help users confirm they're deploying to the correct environment. ##...

The storage account name validation in interactive mode was failing with incomplete error messages when Azure CLI errors occurred. Users would see truncated messages like: ``` Storage account name 'sttestdev300'...

Hi, when running the interactive mode of the az-bootstrap PowerShell module (version 0.5.2), I encounter an issue during the storage account name validation step. The module throws an exception without...

currently it largely focuses on default settings and the initial invoke-azbootstrap flow Needs to test; - github environments, expected secrets (names not values), branch protection etc has been enabled -...

This PR adds support for specifying the target repository name in `owner/repo` format while maintaining backward compatibility with the existing behavior. ## Changes Made ### New Functionality - **Target repository...

The target repository name should additionally handle the org/reponame format. If it is specified without the org/ then the existing behaviour (the currently logged in user) should be used.

This PR aligns `Add-AzBootstrapEnvironment` with `Invoke-AzBootstrap` by adding interactive mode support, SkipConfirmation parameter, and intelligent defaults from existing project configuration. ## Key Changes ### Interactive Mode Support - **Automatic detection**:...