Skip to content

Commit 17039ba

Browse files
authored
Merge pull request #2 from thzandvl/main
added MicroHack 03-Azure/ 02-Data / SAP Cashflow prediction
2 parents eef0daf + 8f5d02f commit 17039ba

File tree

275 files changed

+236936
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

275 files changed

+236936
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Remove the Microhack environment with Terraform
2+
Once you are finished with the Microhack environment it is best to remove the environment. You can do this by removing the Resource Group.
3+
4+
## Remove the Resource Group
5+
* Click on the Resource Group and choose the option `Delete resource group`. You will need to type the name of the resource group in a textbox for confirmation, this is by default `microhack-sap-data-rg`.
6+
7+
<img src="images/cleanup/removeRG.png" height=300>
8+
9+
* Make sure you are in your home folder
10+
```
11+
cd ~
12+
```
13+
* Remove the `microhack-sap-data` folder and the hidden `.terraform.d` folder
14+
```
15+
rm -rf microhack-sap-data
16+
rm -rf .terraform.d
17+
```
18+
19+
<img src="images/cleanup/removeTF.png" height=150>

0 commit comments

Comments
 (0)