The $mode is used as string in several places in PackageScaffolderAbstract.php, which leads to failures on Linux when using a scaffolder.
Id #6700 |
Planned Release:
None
|
Last Updated: Jan 1 at 2:45 PM by beberlei |
Created On: Jan 1 at 2:45 PM by beberlei
In Microsoft/WindowsAzure/Storage/Blob.php at line 1691:
$query[] = 'prefix=' . $prefix;
This should be:
$query['prefix'] = $prefix;
Id #6669 |
Planned Release:
None
|
Last Updated: Dec 9 2011 at 1:03 PM by Dan15 |
Created On: Dec 9 2011 at 1:03 PM by Dan15
Since the SDK update 1.6 azure_getconfig does not work any more.
I changed nothing except of the folder structure and the way PHP is installed.
C:\WindowsAzurePHPApp
|_ ServiceDefinition.csdef
...
Id #6653 |
Planned Release:
None
|
Last Updated: Dec 6 2011 at 9:59 AM by aurelious |
Created On: Dec 6 2011 at 9:51 AM by aurelious
$_SERVER['INSTANCE_ID'] doesn’t contain a local Instance number like “1″ or “2″ anymore. It seams that it’s now a global number like “16325987″.
Id #6651 |
Planned Release:
None
|
Last Updated: Dec 5 2011 at 5:01 PM by aurelious |
Created On: Dec 5 2011 at 5:01 PM by aurelious
Since SDK 1.5 or 1.6 it is disappeared.
Id #6650 |
Planned Release:
None
|
Last Updated: Jan 24 at 11:25 AM by aurelious |
Created On: Dec 5 2011 at 4:59 PM by aurelious
Looks like the schema for ServiceDefinition.csdef either changed or is being enforced now. This error comes from the DefaultScaffolder
c:\Temp\WordPressScaffoldv2\build\WordPress\ServiceDefinition...
Id #6601 |
Planned Release:
None
|
Last Updated: Nov 30 2011 at 11:01 PM by blobaugh |
Created On: Nov 14 2011 at 10:42 PM by blobaugh
I can use createfromlocal to successfully create a deployment based on local .cspkg and .cscfg files. However, when I upload those SAME files to blob storage, the following command...
deployment c...
Id #6459 |
Planned Release:
None
|
Last Updated: Sep 6 2011 at 11:46 PM by BrianSwan |
Created On: Sep 6 2011 at 11:46 PM by BrianSwan
I can use the command line deployment editinstancenumber operation to change the nubmer of instances. For example:
deployment editinstancenumber -F="C:\config.ini" --Name="dnsprefix" --BySlo...
Id #6458 |
Planned Release:
None
|
Last Updated: Sep 6 2011 at 11:34 PM by BrianSwan |
Created On: Sep 6 2011 at 11:34 PM by BrianSwan
When listing services using the service tool...
service list -F="C:\config.ini"
...the value of the ServiceURL property is the management URL, not the Service URL. Example:
ServiceName : tes...
Id #6442 |
Planned Release:
None
|
Last Updated: Sep 4 2011 at 1:35 PM by maartenba |
Created On: Sep 2 2011 at 12:14 AM by BrianSwan
The command line deployment getproperties function returns the deployment ID for the Name property. In other words, executing something like this:
deployment getproperties -sid="%SID%" -cert="%CER...
Id #6439 |
Planned Release:
None
|
Last Updated: Sep 4 2011 at 1:12 PM by maartenba |
Created On: Sep 1 2011 at 9:05 PM by BrianSwan
|
|
|
|
|