<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:image="http://purl.org/rss/1.0/modules/image/">
    <channel>
        <title>azure</title>
        <link>http://blogs.techaholics.gr/dstellakis/category/1.aspx</link>
        <description>azure</description>
        <language>el-GR</language>
        <copyright>Dimosthenis Stellakis</copyright>
        <generator>Subtext Version 2.1.2.2</generator>
        <item>
            <title>Azure User Management</title>
            <link>http://blogs.techaholics.gr/dstellakis/archive/2012/04/20/azure-user-management.aspx</link>
            <description>&lt;p&gt;Have you ever been a co-admin in an Azure subscription, but later this subscription became inactive and you would prefer not to be displayed in the list of your subscriptions?&lt;/p&gt;
&lt;p&gt;You can use the User Management feature of the Windows Azure Portal, to select which subscriptions appear on your Hosted Services, Storage and Database lists. Just click on the "Hosted Services, Storage Accounts &amp;amp; CDN" on the bottom left part of the tool and select "User Management". Select your Windows Live ID (the one that says "You" next to it) and click on the "Manage Co-Admin" button on the top toolbar.&lt;/p&gt;
&lt;p&gt;&lt;img alt="Manage co-admin in windows azure" src="http://www.techaholics.gr/Image.ashx?fid=74" /&gt;&lt;/p&gt;
&lt;p&gt;From there you can select the subscriptions that you want to be co-admin. Hit ok and refresh the browser, and you will see that the list of subscriptions that appear has been reduced.&lt;/p&gt;
&lt;p&gt;The downside is that if you remove a subscription, only the administrator of the subscription can add you again as co-admin in it.&lt;/p&gt;&lt;img src="http://blogs.techaholics.gr/dstellakis/aggbug/9.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Dimosthenis Stellakis</dc:creator>
            <guid>http://blogs.techaholics.gr/dstellakis/archive/2012/04/20/azure-user-management.aspx</guid>
            <pubDate>Fri, 20 Apr 2012 07:22:42 GMT</pubDate>
            <wfw:comment>http://blogs.techaholics.gr/dstellakis/comments/9.aspx</wfw:comment>
            <comments>http://blogs.techaholics.gr/dstellakis/archive/2012/04/20/azure-user-management.aspx#feedback</comments>
            <slash:comments>13</slash:comments>
            <wfw:commentRss>http://blogs.techaholics.gr/dstellakis/comments/commentRss/9.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Azure Storage</title>
            <link>http://blogs.techaholics.gr/dstellakis/archive/2010/04/06/azure-storage.aspx</link>
            <description>&lt;p&gt;Recently, one of our clients wanted to host a web site on &lt;a href="http://www.microsoft.com/windowsazure/"&gt;Windows Azure&lt;/a&gt;. Our solution would consist of the actual web site and our content management tool to allow for content changes in the web site, so we would have two different web applications hosted on Azure.&lt;/p&gt;
&lt;p&gt;One spec was that the web site admin should be able to upload photos and images that would show up in the site. The problem was that Azure doesn't allow for file I/O operations, so you can't upload a file and then save it on the disk.&lt;/p&gt;
&lt;p&gt;When thinking of how we could implement this feature, we though of using Azure Storage, which is Azure's way of providing hosted applications with storage space. Included in the Azure SDK is a tool named &lt;a href="http://blogs.msdn.com/windowsazure/archive/2010/02/02/beta-release-of-windows-azure-drive.aspx"&gt;Azure Drive&lt;/a&gt;, which is intended to allow applications to use Azure storage as they would use a local drive, so that they could read and write to Azure whithout changes in their code. The drive is implemented as a &lt;a href="http://msdn.microsoft.com/en-us/library/ee691964.aspx"&gt;Windows Azure Page Blob&lt;/a&gt; containing an NTFS-formatted Virtual Hard Drive (VHD).&lt;/p&gt;
&lt;p&gt;One limitation with Azure Drive however was that a drive could only be mounted by one VM for read/write access at any given time. So, the admin could upload the images, but the web site (which was a different web application) would not be able to mount the drive and show them.&lt;/p&gt;
&lt;p&gt;The solution we came up with was using the Azure storage API directly to manage our files. In effect, using the provider pattern, we created a StorageProvider and provided three provider implementations, a FileSystem provider, for normal fiel system access, a DBFileSystemProvider for storing files in a database, and an AzureFileSystemProvider for storing files in Azure storage.&lt;/p&gt;
&lt;p&gt;Having done that, all we needed to do was change the System I/O calls to our provider interface calls in the code, and just like that by changing the web.config our web applications were now able to read and write files in Azure.&lt;/p&gt;&lt;img src="http://blogs.techaholics.gr/dstellakis/aggbug/6.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Dimosthenis Stellakis</dc:creator>
            <guid>http://blogs.techaholics.gr/dstellakis/archive/2010/04/06/azure-storage.aspx</guid>
            <pubDate>Tue, 06 Apr 2010 13:56:18 GMT</pubDate>
            <wfw:comment>http://blogs.techaholics.gr/dstellakis/comments/6.aspx</wfw:comment>
            <comments>http://blogs.techaholics.gr/dstellakis/archive/2010/04/06/azure-storage.aspx#feedback</comments>
            <slash:comments>34</slash:comments>
            <wfw:commentRss>http://blogs.techaholics.gr/dstellakis/comments/commentRss/6.aspx</wfw:commentRss>
        </item>
    </channel>
</rss>
