You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# 💪 Bicepify
2
2
3
-
Bicepify is a sample code repository project with a mission to simplify getting started into Azure Bicep.
3
+
Bicepify is a sample repository with a mission to simplify getting started with Azure Bicep.
4
4
5
5
We aim to do this by creating real example templates that are easy to digest and break down Azure Bicep concepts, with straight to the point explanations to jump start your Bicep journey 🚀
6
6
@@ -21,13 +21,13 @@ If you find this repository useful, please save the repository by hitting the
21
21
22
22
4.[Fork](https://github.com/riosengineer/Bicepify/fork) this repository so you have a copy to lab with the examples
23
23
24
-
5. In your forked repository, click the green Code and Open with VisualStudio for a quick start
24
+
5. In your forked repository, click the green Code button and choose Open with Visual Studio for a quick start.
25
25
26
26
6. Read the README files for further information, explanations and deployment commands to test the example
27
27
28
28
## 🧪 About the project
29
29
30
-
There's lots of great blog articles, Microsoft Documentation and repositories out there for Bicep.
30
+
There are lots of great blog articles, Microsoft Documentation and repositories out there for Bicep.
31
31
32
32
However, the data is scattered and sometimes the official documentation will have minimal examples or lack some context where real world examples can benefit the community to grasp the concept in a more relatable way.
33
33
@@ -53,7 +53,7 @@ Where possible, examples will be complimented by a blog post giving a deeper div
53
53
54
54
[Microsoft Learn - Getting started with Bicep](https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/learn-bicep)
0 commit comments