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
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
-
# GitHub Action for Managing Azure Resources
1
+
# GitHub Action azdeploy
2
2
3
-
This action can be used to create or update a resource group in Azure using the [Azure Resource Manager templates](https://azure.microsoft.com/en-in/documentation/articles/resource-group-template-deploy/)
3
+
This action can be used to create or update a resource group in Azure using the [Azure Resource Manager templates](https://azure.microsoft.com/en-in/documentation/articles/resource-group-template-deploy/).<br>
4
4
One can also use this to delete a resource group, including all the resources within the resource group.
5
5
6
-
To log into a Azure, I recommend using [azlogin](https://github.com/segraef/azlogin)Action.
6
+
To be able to deploy resources your Action needs to be logged into Azure. The Action [azlogin](https://github.com/segraef/azlogin)does that for you.
7
7
8
8
## Usage
9
9
@@ -18,7 +18,11 @@ To log into a Azure, I recommend using [azlogin](https://github.com/segraef/azlo
0 commit comments