Browse by Tags

All Tags » Azure (RSS)

PowerShell: get your external IP address

Needed this in a script to automatically add a firewall rule to my Azure SQL server:   $externalIP = (New-Object net.webclient).downloadstring(" http://checkip.dyndns.com") -replace "[^\d\.]"
Posted by svdoever | 3 comment(s)
Filed under: ,

From the PDC: Windows Azure - the Windows cloud server - is here!

New times have arived! Exactly what we hoped for, developing for the cloud using Microsoft technology. Of course, EC2 and Google App Engine did beat Microsoft in timing, but bringing up Linux instances, and learning python happened to be a big hurdle...
Posted by svdoever | 10 comment(s)
Filed under:
More Posts