Skip to content

baoduy/drunk-pulumi-azure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Sep 27, 2023
1110e5a · Sep 27, 2023
Sep 26, 2022
Jan 10, 2023
Dec 30, 2022
Jan 3, 2023
Sep 25, 2022
Sep 27, 2023
Sep 14, 2023
Sep 27, 2023
Sep 25, 2022
Sep 27, 2023
Sep 27, 2023
Sep 27, 2023
Sep 10, 2023
Sep 27, 2023
Sep 27, 2023
Sep 27, 2023
Sep 27, 2023
Sep 25, 2022
Jul 24, 2023
Sep 10, 2023
Sep 27, 2023
Sep 10, 2023
Mar 24, 2023
Sep 9, 2023
Mar 24, 2023
Aug 1, 2023
Sep 10, 2023
Sep 10, 2023
Sep 25, 2022
Sep 27, 2023
Mar 24, 2023
Jun 23, 2023
Jun 16, 2023
Sep 9, 2023
Jan 10, 2023
Jan 6, 2023
Aug 1, 2023
Feb 27, 2023
Sep 25, 2022
Sep 9, 2023
Sep 17, 2023
Sep 27, 2023
Aug 9, 2023
Dec 29, 2022
Feb 27, 2023

Repository files navigation

HBD.Pulumi.Share

The common share component for Pulumi projects

How to use me?

  1. Clone me from https://github.com/baoduy/HBD.Pulumi.Share into a folder named "_Shared".
  2. Create a pulumi account and link to the environment.
  3. Create a "_Config" folder to store your custom configuration.

How to config Organization Name

You should add the Organization code to the name of some resources and resource groups to ensure that their name is identical and dedicated to your projects. There are two ways to config your organization code.

  1. Name your project with the following convention: "ProjectName-OrgCode".
  2. The organization will be retrieved directly from the Pulumi portal.

Private Link Dns Name

https://docs.microsoft.com/en-us/azure/private-link/private-endpoint-dns

Azure Resources Support Zone Redundant

https://learn.microsoft.com/en-us/azure/reliability/availability-zones-service-support

Upgrading Issues

Azure AD Application: pulumi/pulumi-azuread#185 (comment)

Config Azure Resources

  • Set Organization pulumi org set-default

$ pulumi config set azure-native:clientId $ pulumi config set azure-native:clientSecret --secret $ pulumi config set azure-native:tenantId $ pulumi config set azure-native:subscriptionId

optional default location, otherwise set in code

$ pulumi config set azure-native:location SoutheastAsia