Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View ogail's full-sized avatar

Abdelrahman (Ogail) Elogeel ogail

View GitHub Profile
@ogail
ogail / WebsiteDiagnosticSample
Created June 26, 2013 23:57
This is the complete script for my blog post about the website diagnostic cmdlets in Windows Azure PowerShell
# Get the publish settings file for the subscription
Get-AzurePublishSettingsFile
# Import the *.publishsettings and make sure my default subscription is one I want
Import-AzurePublishSettingsFile c:\azure.publishsettings
# Create new website called adeek
New-AzureWebsite adeek
# Check the website
@ogail
ogail / updateEntityXML.php
Created May 25, 2012 00:20
XML entry example for updateEntity
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<entry xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns="http://www.w3.org/2005/Atom">
<title/>
<updated>2012-05-25T00:18:25.0000000Z</updated>
<author>
<name/>
</author>
<id/>
<content type="application/xml">
<m:properties>