Skip to content

Commit

Permalink
emulator updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tamram committed Jul 9, 2015
1 parent e00b5de commit f7aa862
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions articles/storage/storage-use-emulator.md
Expand Up @@ -127,8 +127,6 @@ The service endpoints for the storage emulator are:
Queue Service: http://127.0.0.1:10001/<account-name>/<resource-path>
Table Service: http://127.0.0.1:10002/<account-name>/<resource-path>

> [AZURE.NOTE] You cannot use HTTPS with the storage emulator, although HTTPS is the recommended protocol for accessing resources in Azure storage.
### Addressing the account secondary with RA-GRS

Beginning with version 3.1, the storage emulator account supports read-access geo-redundant replication (RA-GRS). For storage resources both in the cloud and in the local emulator, you can access the secondary location by appending -secondary to the account name. For example, the following address might be used for accessing a blob using the read-only secondary in the storage emulator:
Expand Down
4 changes: 3 additions & 1 deletion includes/storage-emulator-connection-string-include.md
Expand Up @@ -4,7 +4,9 @@ The storage emulator supports a single fixed account and a well-known authentica
Account key: Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==

> [AZURE.NOTE] The authentication key supported by the storage emulator is intended only for testing the functionality of your client authentication code. It does not serve any security purpose. You cannot use your production storage account and key with the storage emulator. Also note that you should not use the development account with production data.
>
> Note that the storage emulator supports connection via HTTP only. However, HTTPS is the recommended protocol for accessing resources in an Azure production storage account.
### Connect to the emulator account using a shortcut

The easiest way to connect to the storage emulator from your application is to configure a connection string from within your application's configuration file that references the shortcut `UseDevelopmentStorage=true`. Here's an example of a connection string to the storage emulator in an app.config file:
Expand Down

0 comments on commit f7aa862

Please sign in to comment.