Azure / Azure/azure-quickstart-templates
Azure Storage account deployment with ARM
Nobody has claimed this yet.
- Dominant language
- Bicep
- Stars
- 14.9k
- Forks
- 16.2k
- Avg merge
- 6d 21h
- Merged PRs (30d)
- 6
Description
I want to deploy storage account using arm template. ARM template should handle below 2 cases.
- If storage account not exists, create.
- if storage account exists, don't create.
User wont pass any variable to ARM for storage account exists or not.
ARM should identify storage account exists or not, if not exists create storage account.
Issue Details
Repro steps (if necessary, delete otherwise)
- Create template spec at subscription level to create storage account and blob ( if both not exists )
- Validate template spec.
- Deploy template spec.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the subscription-level template spec and its ARM template deployment flow described in the repro steps. Validate how deployment behaves when the storage account and blob already exist versus when they do not. Done means the template can identify both cases without an input variable and deploys successfully in each scenario.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure
- Domain
- cloud, infrastructure
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100