Skip to content

Instantly share code, notes, and snippets.

@johnlokerse
Created January 7, 2024 18:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnlokerse/4dcdb7d51450937659fb40e10e49f8b7 to your computer and use it in GitHub Desktop.
Save johnlokerse/4dcdb7d51450937659fb40e10e49f8b7 to your computer and use it in GitHub Desktop.
Reusability with export and import in Azure Bicep blog
using 'keyVault.bicep'
import { region as importRegion } from 'shared.bicep'
param parKeyVaultName = 'kv-${importRegion}-${uniqueString(importRegion)}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment