Quantcast
Channel: azure – Alexey Bokov's weblog
Browsing latest articles
Browse All 13 View Live

Image may be NSFW.
Clik here to view.

Microsoft Azure CDN nodes on a map

Recently we made an update in CDN network, so right now it’s 29 nodes all around the world ( more than before ) and there’s some changes in locations. Full list of Azure CDN nodes is here Azure Content...

View Article



Image may be NSFW.
Clik here to view.

World never will be the same after this update

Just check it out Visual studio 2015 preview

View Article

Image may be NSFW.
Clik here to view.

Parsing output in powershell on Azure-GetLocation example

Using PowerShell scripts may give you a lot of power and here’s some nice things which I found very useful for myself. For example we have Azure SDK command ‘Get-AzureLocation’ which give you a...

View Article

Azure PowerShell SDK – intro crash course

First of all you need to have Microsoft Azure PowerShell SDK installed, after this step is done you may type            Add-AzureAccount and this will authenticate you via web browser in Azure account...

View Article

How to get Azure VM external IP address from powershell

Q: How to get Azure VM external IP address ( if you not use PublicIP service ) ? A:  If you’re not using ReservedIP service field PublicIP will be empty ( as soon as there’s no reserved IP ) for...

View Article


Best way to update VMs

Get-AzureVM | Where-Object {$_.InstanceSize -ne 'Basic_A0'} | Set-AzureVMSize "Basic_A0" | Update-AzureVM

View Article

All about Azure Service Configuration Schema .cscfg

I will describe how this schema works for single VM with running Linux/Jelastic. So first of all let check that do we have for that VM by using Get-AzureDeployment command and then let go deep that...

View Article

List of all available preview services in Azure

As you know we recently add DNS services into preview mode and you can subscribe to this service using Request-AzureProvideFeature like that Request-AzureProvideFeature -ProviderNamespace...

View Article


Cool things with Linux in Azure

SWAP partitions in Azure are quite interesting thing – SWAP space can be created on the local resource disk with the Linux Agent by enable swap in /etc/waagent.conf. It will automatically use the...

View Article


Image may be NSFW.
Clik here to view.

Azure Service Fabric – getting started

note: post is under development Azure Service Fabric implements great concepts of microservices ( sorry for saying that so simplified ), there’s a lot of demos and docs which demonstrate nice pictures...

View Article
Browsing latest articles
Browse All 13 View Live




Latest Images