File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,16 +7,16 @@ Locate and load environment variables defined when provisioning an [Azure Develo
77
88## Getting Started
99
10- Add a package reference to [ ` DotAzure ` ] ( https://www.nuget.org/packages/DotAzure ) for .NET SDK-style projects :
10+ If you do not already have an [ Azure Developer CLI ] (azd) project, you can create one :
1111
1212``` sh
13- dotnet add package DotAzure
13+ azd init
1414```
1515
16- If you do not already have an [ Azure Developer CLI ] (azd) project, you can create one :
16+ Add a package reference to [ ` dotazure ` ] ( https://www.nuget.org/packages/DotAzure ) to your project :
1717
1818``` sh
19- azd init
19+ dotnet add package DotAzure
2020```
2121
2222After you define some resources e.g., an [ Azure Key Vault] ( https://github.com/heaths/dotazure-rs/blob/main/infra/resources.bicep ) ,
You can’t perform that action at this time.
0 commit comments