{"id":15823949,"url":"https://github.com/stefh/pulumi.azure.constants","last_synced_at":"2025-09-14T18:53:56.807Z","repository":{"id":144130419,"uuid":"258784474","full_name":"StefH/Pulumi.Azure.Constants","owner":"StefH","description":"Additional constants for creating and configuring Microsoft Azure resources with Pulumi.Azure","archived":false,"fork":false,"pushed_at":"2020-05-02T09:52:12.000Z","size":28,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-19T00:35:02.856Z","etag":null,"topics":["azure","constants","pulumi","resources"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/StefH.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-04-25T13:38:04.000Z","updated_at":"2021-04-10T21:36:14.000Z","dependencies_parsed_at":"2023-09-24T07:17:27.391Z","dependency_job_id":null,"html_url":"https://github.com/StefH/Pulumi.Azure.Constants","commit_stats":{"total_commits":12,"total_committers":2,"mean_commits":6.0,"dds":"0.33333333333333337","last_synced_commit":"5d778c16b5763e978330c7c8c9629300d0457477"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/StefH/Pulumi.Azure.Constants","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StefH%2FPulumi.Azure.Constants","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StefH%2FPulumi.Azure.Constants/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StefH%2FPulumi.Azure.Constants/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StefH%2FPulumi.Azure.Constants/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StefH","download_url":"https://codeload.github.com/StefH/Pulumi.Azure.Constants/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StefH%2FPulumi.Azure.Constants/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275152560,"owners_count":25414450,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-14T02:00:10.474Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["azure","constants","pulumi","resources"],"created_at":"2024-10-05T08:24:15.474Z","updated_at":"2025-09-14T18:53:56.748Z","avatar_url":"https://github.com/StefH.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![NuGet](https://buildstats.info/nuget/Pulumi.Azure.Constants)](https://www.nuget.org/packages/Pulumi.Azure.Constants)\n\n# Pulumi.Azure.Constants\nAdditional constants for creating and configuring Microsoft Azure resources with [Pulumi Azure](https://github.com/pulumi/pulumi-azure).\n\n## Usage\n\n### Current\nInstead of using custom strings when creating a resource:\n``` c#\nvar storageAccount = new Account(\"test\", new AccountArgs\n{\n    ResourceGroupName = resourceGroup.Name,\n    AccountReplicationType = \"LRS\", // You need to specify the correct string here\n    AccountTier = \"Standard\" // You need to specify the correct string here\n});\n```\n\n### New\nWith this package, you can easily use constants:\n``` c#\nvar storageAccount = new Account(\"test\", new AccountArgs\n{\n    ResourceGroupName = resourceGroup.Name,\n    AccountReplicationType = StorageAccountReplicationTypes.LocallyRedundantStorage, // You can now use a constant here\n    AccountTier = StorageAccountTiers.Standard // You can now use a constant here\n});\n```\n\n***\n\n# Constants\nConstants are defined for the following resources:\n- AppServicePlan\n- Blob\n- ConfigurationStore (AppConfiguration)\n- Cognitive (CognitiveServices)\n- Container\n- Core (ResourceGroup)\n- FunctionApp\n- Insights (ApplicationInsights)\n- Storage","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefh%2Fpulumi.azure.constants","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstefh%2Fpulumi.azure.constants","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefh%2Fpulumi.azure.constants/lists"}