Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish the Bicep module in the Container Registry #427

Closed
shibayan opened this issue Dec 11, 2021 · 1 comment · Fixed by #477
Closed

Publish the Bicep module in the Container Registry #427

shibayan opened this issue Dec 11, 2021 · 1 comment · Fixed by #477
Assignees
Labels
enhancement New feature or request

Comments

@shibayan
Copy link
Owner

Undecided whether to use GitHub Actions to automate the process.
https://docs.microsoft.com/en-gb/azure/azure-resource-manager/bicep/private-module-registry?tabs=azure-powershell

@shibayan shibayan added the enhancement New feature or request label Dec 11, 2021
@shibayan shibayan self-assigned this Dec 11, 2021
@shibayan
Copy link
Owner Author

shibayan commented Apr 10, 2022

Private Registry (Allow public access)

  • cracmebotprod.azurecr.io/bicep/modules/keyvault-acmebot

Sample bicep definition

module acmebot 'br:cracmebotprod.azurecr.io/bicep/modules/keyvault-acmebot:v3' = {
  name: 'acmebot'
  params: {
    appNamePrefix: 'sample'
    mailAddress: '[email protected]'
    acmeEndpoint: 'https://acme-v02.api.letsencrypt.org/'
    createWithKeyVault: true
    keyVaultSkuName: 'standard'
  }
}

output function string = acmebot.outputs.functionAppName

@shibayan shibayan pinned this issue Apr 10, 2022
@shibayan shibayan mentioned this issue Apr 10, 2022
2 tasks
@shibayan shibayan unpinned this issue Sep 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant