Skip to content

Commit

Permalink
Fixed instance names
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasperson committed May 5, 2021
1 parent 2aea7aa commit 46412d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ServiceDefinition.csdef
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<ServiceDefinition name="AzureCloudServiceCSharp" xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceDefinition" schemaVersion="2015-04.2.6">
<WebRole name="WebRole1" vmsize="Standard_D1_v2">
<WebRole name="WebRole1" vmsize="Standard_A1">
<Sites>
<Site name="Web">
<Bindings>
Expand Down

0 comments on commit 46412d5

Please sign in to comment.