Skip to content
This repository was archived by the owner on Oct 12, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixing doc
  • Loading branch information
vishrutshah committed Sep 12, 2017
commit 8db5a151be66e68cf4983a19b552aae15f7354b1
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ exit

<a id="delete"></a>
### Delete the resources
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe clarify that deleting this would get rid of everything, therefore if running the sample and wanting to keep stuff around, the line below should be commented out.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added more comments for each steps for more insights as per the suggestion :)

Now, we will delete all the resources create using this example. Please comment this out to keep the resources alive in you Azure subscription.
Now, we will delete all the resources created using this example. Please comment this out to keep the resources alive in you Azure subscription.

```ruby
resource_client.resource_groups.delete(GROUP_NAME)
Expand Down