Skip to content

Commit

Permalink
Update Azure SDK to 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MattDavies committed May 18, 2014
1 parent 931dc05 commit 7e05a9b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions AzureWebFarm.Example.Cloud/AzureWebFarm.Example.Cloud.ccproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>1.8</ProductVersion>
<ProductVersion>2.3</ProductVersion>
<ProjectGuid>{b0d1c2af-47f6-46fe-bc53-efe1231d603c}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
Expand All @@ -13,6 +13,7 @@
<StartDevelopmentStorage>True</StartDevelopmentStorage>
<Name>AzureWebFarm.Example.Cloud</Name>
<UseIISExpressByDefault>False</UseIISExpressByDefault>
<UseEmulatorExpressByDefault>False</UseEmulatorExpressByDefault>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -49,7 +50,7 @@
<!-- Import the target files for this project template -->
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<CloudExtensionsDir Condition=" '$(CloudExtensionsDir)' == '' ">$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Windows Azure Tools\1.8\</CloudExtensionsDir>
<CloudExtensionsDir Condition=" '$(CloudExtensionsDir)' == '' ">$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Windows Azure Tools\2.3\</CloudExtensionsDir>
</PropertyGroup>
<Import Project="$(CloudExtensionsDir)Microsoft.WindowsAzure.targets" />
<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<ServiceConfiguration serviceName="AzureWebFarm.Example.Cloud" xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceConfiguration" osFamily="3" osVersion="*" schemaVersion="2012-10.1.8">
<ServiceConfiguration serviceName="AzureWebFarm.Example.Cloud" xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceConfiguration" osFamily="3" osVersion="*" schemaVersion="2014-01.2.3">

This comment has been minimized.

Copy link
@robdmoore

robdmoore May 18, 2014

Member

Should we make the example osFamily 4 by default?

This comment has been minimized.

Copy link
@robdmoore

robdmoore May 18, 2014

Member

I've been wondering if I should do the same for AWF.OD too

This comment has been minimized.

Copy link
@MattDavies

MattDavies May 18, 2014

Author Member

Yeah I think so. These ones are getting fairly old now.

<Role name="AzureWebFarm.Example.Web">
<Instances count="2" />
<ConfigurationSettings>
Expand Down
2 changes: 1 addition & 1 deletion AzureWebFarm.Example.Cloud/ServiceDefinition.csdef
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<ServiceDefinition name="AzureWebFarm.Example.Cloud" xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceDefinition" schemaVersion="2012-10.1.8">
<ServiceDefinition name="AzureWebFarm.Example.Cloud" xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceDefinition" schemaVersion="2014-01.2.3">
<LoadBalancerProbes>
<LoadBalancerProbe name="WebDeploy" protocol="http" port="80" path="Probe.aspx" intervalInSeconds="5" timeoutInSeconds="100" />
</LoadBalancerProbes>
Expand Down

0 comments on commit 7e05a9b

Please sign in to comment.