Skip to content

Commit 3d060bb

Browse files
committed
Azure link bugs.
1 parent fae757d commit 3d060bb

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

articles/app-service/containers/tutorial-php-mysql-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ The following command configures the app settings `DB_HOST`, `DB_DATABASE`, `DB_
341341
az webapp config appsettings set --name <app_name> --resource-group myResourceGroup --settings DB_HOST="<mysql_server_name>.database.windows.net" DB_DATABASE="sampledb" DB_USERNAME="phpappuser@<mysql_server_name>" DB_PASSWORD="MySQLAzure2017" MYSQL_SSL="true"
342342
```
343343

344-
You can use the PHP [getenv](http://www.php.net/manual/function.getenv.php) method to access the settings. the Laravel code uses an [env](https://laravel.com/docs/5.4/helpers#method-env) wrapper over the PHP `getenv`. For example, the MySQL configuration in _config/database.php_ looks like the following code:
344+
You can use the PHP [getenv](http://php.net/manual/en/function.getenv.php) method to access the settings. the Laravel code uses an [env](https://laravel.com/docs/5.4/helpers#method-env) wrapper over the PHP `getenv`. For example, the MySQL configuration in _config/database.php_ looks like the following code:
345345

346346
```php
347347
'mysql' => [

articles/azure-government/documentation-government-csp-list.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Below you can find a list of all the authorized Cloud Solution Providers, which
3131
|[Atmosera, Inc.](https://www.atmosera.com)|
3232
|[Atos IT Solutions and Services](https://atos.net)|
3333
|[Avolve Software Corp.](https://www.avolvesoftware.com)|
34-
|[Avtex Solutions](https://www.avtex.com)|
34+
|[Avtex Solutions](http://www.avtex.com)|
3535
|[Bio Automation Support](http://www.stacsdna.com/)|
3636
|[Blackwood Associates, Inc. (dba BAI Federal)](http://www.blackwoodassociates.com/)|
3737
|[Blue Source Group, Inc.](http://www.blackwoodassociates.com/)|
@@ -154,7 +154,7 @@ Below you can find a list of all the authorized Cloud Solution Providers, which
154154
|[SHI International Corp](https://www.shi.com)|
155155
|[Simons Advisors, LLC](http://simonsadvisors.com/)|
156156
|[Sirius Computer Solutions, Inc.](http://www.siriuscom.com/)|
157-
|[SKY SOLUTIONS LLC](https://www.skysolutions.com/)|
157+
|[SKY SOLUTIONS LLC](http://www.skysolutions.com/|
158158
|[Smartronix](https://www.smartronix.com)|
159159
|[Socius 1 LLC](https://www.socius1.com)|
160160
|[Softchoice Corporation](https://www.softchoice.com)|

articles/cosmos-db/sql-api-introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ Azure Cosmos DB exposes resources through the REST APIs that can be called by an
6464
| Download | Documentation |
6565
| --- | --- |
6666
| [.NET SDK](http://go.microsoft.com/fwlink/?LinkID=402989) |[.NET library](/dotnet/api/overview/azure/cosmosdb?view=azure-dotnet) |
67-
| [Node.js SDK](http://go.microsoft.com/fwlink/?LinkID=402990) |[Node.js library](http://azure.github.io/azure-documentdb-node/) |
67+
| [Node.js SDK](http://go.microsoft.com/fwlink/?LinkID=402990) |[Node.js library](https://github.com/Azure/azure-cosmosdb-node) |
6868
| [Java SDK](http://go.microsoft.com/fwlink/?LinkID=402380) |[Java library](/java/api/com.microsoft.azure.documentdb) |
6969
| [JavaScript SDK](http://go.microsoft.com/fwlink/?LinkID=402991) |[JavaScript library](http://azure.github.io/azure-documentdb-js/) |
70-
| n/a |[Server-side JavaScript SDK](http://azure.github.io/azure-documentdb-js-server/) |
70+
| n/a |[Server-side JavaScript SDK](https://github.com/Azure/azure-cosmosdb-js-server) |
7171
| [Python SDK](https://pypi.python.org/pypi/pydocumentdb) |[Python library](http://azure.github.io/azure-documentdb-python/) |
7272
| n/a | [API for MongoDB](mongodb-introduction.md)
7373

0 commit comments

Comments
 (0)