by community-syndication | Feb 15, 2013 | BizTalk Community Blogs via Syndication
Thanks to everyone who attended my session about building large-scale solutions in Windows Azure. Everything you saw was based on the lessons we learned when building our KidoZen ( www.kidozen.com ) platform. The slide deck I used during the presentation…(read more)
Blog Post by: gsusx
by community-syndication | Feb 14, 2013 | BizTalk Community Blogs via Syndication
We released the first version of BizTalk360 Windows 8 application back in December 2012 with minimal set of functionalities. We didn’t promote the release and kept it more like our private release informing only the closed customer/MVP community. We been actively working on the project for the past few months now and yesterday we released […]
The post BizTalk360 Windows 8 application is available in the app store appeared first on BizTalk360 Blog.
Blog Post by: Saravana Kumar
by community-syndication | Feb 13, 2013 | BizTalk Community Blogs via Syndication
While installing BizTalk 2010 in a multi-server configuration (one server for BizTalk, a different server for SQL), I received the following error while attempting to configure the BAM Archive database: Microsoft SQL Server Data Transformation Services (DTS) 2008 with SP1 or higher for BAM Archiving is not installed on the local machine. Please install Microsoft […]
Blog Post by: Brett
by community-syndication | Feb 13, 2013 | BizTalk Community Blogs via Syndication
Introduction
Accessibility isn’t always about aria roles and text to speech, it’s often about simply good design. There is a range of disabilities that need to be considered when working with the web. We often just think about blindness, but we should remember to consider the other things that make surfing the web difficult for people. […]
Blog Post by: Karissa Wingate
by community-syndication | Feb 13, 2013 | BizTalk Community Blogs via Syndication
I’ve just found this page, it regroups a lot of white paper about BizTalk http://social.technet.microsoft.com/wiki/contents/articles/15469.biztalk-server-white-paper-gallery.aspx?goback=%2Egde_4192731_member_208731119 I’m sure you will find your happiness
Blog Post by: Jeremy Ronk
by community-syndication | Feb 13, 2013 | BizTalk Community Blogs via Syndication
I probably don’t need to give any introduction about "BizTalk Summit 2013, London", one of the biggest BizTalk Server recently we conducted along with help of Microsoft product group and Microsoft UK. If in case you just bumped into this blog post, here are some background details Our experience organising BizTalk Summit London – 2013 […]
The post First set of videos from BizTalk Summit 2013, London appeared first on BizTalk360 Blog.
Blog Post by: Saravana Kumar
by stephen-w-thomas | Feb 12, 2013 | Stephen's BizTalk and Integration Blog
Did you know you are charged for a Windows Azure Virtual Machine every hour it is deployed even if it is not running? I would guess many people are not using their Virtual Machines at night when they sleep so shouldn’t we have a simple way to take them offline? Wouldn’t it be nice to have a simple GUI interface to view Virtual Machines (VM) and Virtual Hard Disks (VHD)?
This tool solves all those problems! This tool can be used to easily reduce your monthly Windows Azure compute usage and SAVE YOU MONEY!
I am pleased to announce the release of a community project called the Windows Azure Virtual Machine and Virtual Hard Disk Management Tool. I have put over 300 hours into researching, building, and testing this tool.
Download Link: Windows Azure Virtual Machine and Virtual Hard Disk Management Tool
Read the current list of Known Issues: Known Issues
The list of issues currently relates to Virtual Machines, Disks, and Virtual Networks that were created more than a few months ago.
The purpose of this tool is to make working with Windows Azure Virtual Machines and Virtual Hard Disk easier to use, easier to understand, and more cost effective. Take a look at the feature list below.
Sure – things like taking a VM offline can be done via PowerShell, but I have made it so easy using a simple WinForm even my mom could take a VM offline (if she only knew what offline meant)! Better yet, setting up and configuring PowerShell for Azure is not required to run this tool. All you need is .Net 4.0 or higher, a management certificate installed in Azure, and your subscription ID.
Features:
- Virtual Machines
- View the Service Name, Deployment Name, Virtual Machine Name, and Location of online Virtual Machines
- Take a Virtual Machine offline to save on compute time charges (they are stored on your local file system as XML)
- Bring a local Virtual Machine online to use it again
- Virtual Hard Disks
- View all the VHD’s in the Source and Destination storage account container
- Copy a VHD from one account to another account, even in a different data center
- View the Lease status of VHD’s in the Source or Destination storage account
- Break the Lease of a VHD in the Source or Destination storage account (for orphaned VHDs)
- Delete a VHD in the Source or Destination storage account
- Download a VHD in the Source storage account (this is slow – do not close the form)
- View all the Disks and Disk Details associated with a single Azure subscription
- View all the Images and Image Details associated with a single Azure subscription
- Prevents you from making a copy of a vhd with an existing Lease
See the download link or ReadMe.txt for more details and basic How To’s.
Please keep in mind this is a free tool without support or warranty of any kind. In the event of “bad things happening” I store a backup of the raw exported XML in the local folder. I also do not touch the underlying VHDs when taking a VM offline. Worse case, the VMs would need to be recreated using the Windows Azure portal.
If you run into any issues, please use the Email Me link inside the form to let me know so I can research the issue. I want this to be the best tool possible.
Stay current with the latest information on Windows Azure Virtual Machines Management by joining our Windows Azure Virtual Machine and Virtual Hard Disk Management Newsletter.
To use this tool you need to setup on values in the App.Config file.
<!-- Enter the Source Storage Account Details here. -->
<add key="SourceStorageConnection" value="DefaultEndpointsProtocol=https;AccountName=NAME;AccountKey=KEY" />
<!-- Uncomment and Enter the Destination Storage Account Details here. To work with only one account leave commented out.
To copy to the same store set this to the same as Source Account above. -->
<add key="DestinationStorageConnection" value="DefaultEndpointsProtocol=https;AccountName=NAME;AccountKey=KEY" />
<!-- Select to enable REST API Advanced Features - Subscription ID and Certificate are Required for this feature. true | false -->
<add key='EnableRESTApi' value='true' />
<!-- Enter the full path to the -->
<add key='CertificatePath' value='--Required for REST API not for File Copy--'/>
<!-- Your Windows Azure Subscription ID -->
<add key='SourceSubscriptionID' value='--Required for REST API not for File Copy--' />
<!-- Local folder for exported VMs -->
<add key='LocalVMLocation' value='--Required for REST API not for File Copy--' />
.csharpcode, .csharpcode pre
{
font-size: small;
color: black;
font-family: consolas, “Courier New”, courier, monospace;
background-color: #ffffff;
/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt
{
background-color: #f4f4f4;
width: 100%;
margin: 0em;
}
.csharpcode .lnum { color: #606060; }
Basic Steps to take a Virtual Machine Offline – Note – the Disk and VHD are not touched in this process
- Ensure the 4 REST related configuration values are set in the App.config file
- Make sure you have clicked Start Query on the Manage and Copy VHD tab
- On the Manage Virtual Machines, select the VMs you want to take offline
- Click Take Selected VMs Offline
- Process will run in more than one thread unless you have more than one operation on the same service, those will queue
- Output is stored on the file system in the Local VM Location defined in the App.config
- Watch for Status and Error messages in the Status window
Basic Steps to take a Virtual Machine Online – Note – the Disk and VHD are not touched in this process
- Launch the tool and click on the Manage Virtual Machine tab
- Select the VMs you want to bring online
- Click Restore Selected VMs
- Process will run in more than one thread unless you have more than one operation on the same service, those will queue
- Watch for Status and Error messages in the Status window
Download Link: Windows Azure Virtual Machine and Virtual Hard Disk Management Tool
by community-syndication | Feb 11, 2013 | BizTalk Community Blogs via Syndication
Of late I have been working on a BizTalk project that requires me to pick up XML data from a queue type table in a SQL Database. The table in question contains records which containsome metadata columnsas well as an XML type column. Data, including the already formatted XML,is loaded into the table by an […]
Blog Post by: Johann
by community-syndication | Feb 11, 2013 | BizTalk Community Blogs via Syndication
We’re still finalizing some of the arrangements (site and registration process), but today me and the team behind the preparation of this event, we visited the event location for the first time and I can say that besides being extremely well located is a place full of history and culture – Oporto BizTalk Innovation Day […]
Blog Post by: Sandro Pereira