benchpress/examples
Engin Polat a70d613554
Fix documentation and import module names (#357)
* fixing documentation
2024-01-31 08:28:54 -08:00
..
ActionGroup Fix documentation and import module names (#357) 2024-01-31 08:28:54 -08:00
AksCluster Fix documentation and import module names (#357) 2024-01-31 08:28:54 -08:00
ApiManagement Fix documentation and import module names (#357) 2024-01-31 08:28:54 -08:00
AppInsights Fix documentation and import module names (#357) 2024-01-31 08:28:54 -08:00
AppServicePlan Fix documentation and import module names (#357) 2024-01-31 08:28:54 -08:00
BicepHelpers Fix documentation and import module names (#357) 2024-01-31 08:28:54 -08:00
Common Fix documentation and import module names (#357) 2024-01-31 08:28:54 -08:00
ContainerApp Fix documentation and import module names (#357) 2024-01-31 08:28:54 -08:00
ContainerRegistry Fix documentation and import module names (#357) 2024-01-31 08:28:54 -08:00
CosmosDB Fix documentation and import module names (#357) 2024-01-31 08:28:54 -08:00
Dashboard Fix documentation and import module names (#357) 2024-01-31 08:28:54 -08:00
DataFactory Fix documentation and import module names (#357) 2024-01-31 08:28:54 -08:00
EventHub Fix documentation and import module names (#357) 2024-01-31 08:28:54 -08:00
KeyVault Fix documentation and import module names (#357) 2024-01-31 08:28:54 -08:00
OperationalInsightsWorkspace Fix documentation and import module names (#357) 2024-01-31 08:28:54 -08:00
PostgreSql Fix documentation and import module names (#357) 2024-01-31 08:28:54 -08:00
ResourceGroup Fix documentation and import module names (#357) 2024-01-31 08:28:54 -08:00
RoleAssignment Fix documentation and import module names (#357) 2024-01-31 08:28:54 -08:00
SQL Fix documentation and import module names (#357) 2024-01-31 08:28:54 -08:00
SearchService Fix documentation and import module names (#357) 2024-01-31 08:28:54 -08:00
Storage Fix documentation and import module names (#357) 2024-01-31 08:28:54 -08:00
StreamAnalytics Fix documentation and import module names (#357) 2024-01-31 08:28:54 -08:00
Synapse Fix documentation and import module names (#357) 2024-01-31 08:28:54 -08:00
VirtualMachine Fix documentation and import module names (#357) 2024-01-31 08:28:54 -08:00
WebApp Fix documentation and import module names (#357) 2024-01-31 08:28:54 -08:00
README.md Fix documentation and import module names (#357) 2024-01-31 08:28:54 -08:00

README.md

How to Run the Examples

This directory contains examples showing how to use BenchPress functions to test your bicep deployments. Follow the common steps below to setup your local environment. Then navigate to each subfolder for additional steps to execute the examples.

Pre-Requisites

  • An Azure subscription to deploy resources to
  • A resource group deployed to the Azure subscription
  • A service principal with a client secret created that has contributor access on the Azure subscription

Common Steps

  1. Follow the installation guide to install BenchPress.Azure from the PowerShell Gallery or from a local copy.
  2. Follow the Setting Up section in the getting started guide to configure the required environment variables.

Troubleshooting

If the common assertions are failing because of duplicate imports, you might have to run Remove-Module -Name Pester -Force first.

Then re-import the project.