Link to home
Start Free TrialLog in
Avatar of Member_2_7966113
Member_2_7966113

asked on

Application Used to Open Scripts for Microsoft Azure

Hello Experts,

Can someone please let me know what application I can use to open .json files located https://github.com/Azure/azure-quickstart-templates/tree/master/101-vnet-two-subnets  ?

I thought  could edit the file with Powershell, but I think the only application is Visual Studio - but that application is too expensive.

Cheers

Carlton
Avatar of Julian Hansen
Julian Hansen
Flag of South Africa image

.json is a text format - you can use any text editor to edit them.
If you do edit a JSON file you should probably run it through one of these services to check it

https://jsonformatter.curiousconcept.com/
http://jsonlint.com/#
ASKER CERTIFIED SOLUTION
Avatar of David Johnson, CD
David Johnson, CD
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Member_2_7966113
Member_2_7966113

ASKER

Thanks. Thats exactly what I needed to know.

Cheers