Skip to content

Commit b3243f2

Browse files
committed
PR feedback implemented
1 parent d34bb3e commit b3243f2

File tree

4 files changed

+27
-27
lines changed

4 files changed

+27
-27
lines changed

articles/batch/batch-api-basics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -527,12 +527,12 @@ In situations where some of your tasks are failing, your Batch client applicatio
527527
* Learn about the [Batch APIs and tools](batch-apis-tools.md) available for building Batch solutions.
528528
* Learn the basics of developing a Batch-enabled application using the [Batch .NET client library](quick-run-dotnet.md) or [Python](quick-run-python.md). These quickstarts guide you through a sample application that uses the Batch service to execute a workload on multiple compute nodes, and includes using Azure Storage for workload file staging and retrieval.
529529
* Download and install [Batch Explorer][batch_labs] for use while you develop your Batch solutions. Use Batch Explorer to help create, debug, and monitor Azure Batch applications.
530-
* See community resources including [Stack Overflow](https://stackoverflow.com/questions/tagged/azure-batch), the [Batch Community repo](https://github.com/Azure/Batch), and the [Azure Batch forum][batch_forum] on MSDN.
530+
* See community resources including [Stack Overflow](https://stackoverflow.com/questions/tagged/azure-batch), the [Batch Community repo](https://github.com/Azure/Batch), and the [Microsoft Q&A question pager for Azure Batch][batch_forum] on MSDN.
531531

532532
[1]: ./media/batch-api-basics/node-folder-structure.png
533533

534534
[azure_storage]: https://azure.microsoft.com/services/storage/
535-
[batch_Microsoft_Q&A_question_page]: https://docs.microsoft.com/answers/topics/azure-batch.html
535+
[batch_forum]: https://docs.microsoft.com/answers/topics/azure-batch.html
536536
[cloud_service_sizes]: ../cloud-services/cloud-services-sizes-specs.md
537537
[msmpi]: https://msdn.microsoft.com/library/bb524831.aspx
538538
[github_samples]: https://github.com/Azure/azure-batch-samples

articles/media-services/previous/media-services-frequently-asked-questions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ A: If you are just looking to store JPEG or PNG images, you should keep those in
4848

4949
Q: How can I copy assets from one Media Services account to another?
5050

51-
A: To copy assets from one Media Services account to another using .NET, use [IAsset.Copy](https://github.com/Azure/azure-sdk-for-media-services-extensions/blob/dev/MediaServices.Client.Extensions/IAssetExtensions.cs#L354) extension method available in the [Azure Media Services .NET SDK Extensions](https://github.com/Azure/azure-sdk-for-media-services-extensions/) repository. For more information, see [this](https://docs.microsoft.com/answers/topics/azure-media-services.html) forum thread.
51+
A: To copy assets from one Media Services account to another using .NET, use [IAsset.Copy](https://github.com/Azure/azure-sdk-for-media-services-extensions/blob/dev/MediaServices.Client.Extensions/IAssetExtensions.cs#L354) extension method available in the [Azure Media Services .NET SDK Extensions](https://github.com/Azure/azure-sdk-for-media-services-extensions/) repository. For more information, see [this](https://social.msdn.microsoft.com/Forums/azure/28912d5d-6733-41c1-b27d-5d5dff2695ca/migrate-media-services-across-subscription?forum=MediaServices) forum thread.
5252

5353
Q: What are the supported characters for naming files when working with AMS?
5454

55-
A: Media Services uses the value of the IAssetFile.Name property when building URLs for the streaming content (for example, http://{AMSAccount}.origin.mediaservices.windows.net/{GUID}/{IAssetFile.Name}/streamingParameters.) For this reason, percent-encoding is not allowed. The value of the **Name** property cannot have any of the following [percent-encoding-reserved characters](https://en.wikipedia.org/wiki/Percent-encoding#Percent-encoding_reserved_characters): !*'();:@&=+$,/?%#[]". Also, there can only be one ‘.’ for the file name extension.
55+
A: Media Services uses the value of the IAssetFile.Name property when building URLs for the streaming content (for example, http://{AMSAccount}.origin.mediaservices.windows.net/{GUID}/{IAssetFile.Name}/streamingParameters.) For this reason, percent-encoding is not allowed. The value of the **Name** property cannot have any of the following [percent-encoding-reserved characters](https://en.wikipedia.org/wiki/Percent-encoding#Percent-encoding_reserved_characters): !*'();:@&=+$,/?%#[]". Also, there can only be one '.' for the file name extension.
5656

5757
Q: How to connect using REST?
5858

articles/virtual-machines/troubleshooting/troubleshoot-app-connection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ If you have problems connecting to an application, try the following general tro
4343
* [Redeploy Linux VM](redeploy-to-new-node-linux.md)
4444
* Recreate the virtual machine
4545

46-
For more information, see [Troubleshooting Endpoint Connectivity (RDP/SSH/HTTP, etc. failures)](https://docs.microsoft.com/answers/topics/azure-virtual-machines.html).
46+
For more information, see [Troubleshooting Endpoint Connectivity (RDP/SSH/HTTP, etc. failures)](https://social.msdn.microsoft.com/Forums/azure/en-US/538a8f18-7c1f-4d6e-b81c-70c00e25c93d/troubleshooting-endpoint-connectivity-rdpsshhttp-etc-failures?forum=WAVirtualMachinesforWindows).
4747

4848
## Detailed troubleshooting overview
4949
There are four main areas to troubleshoot the access of an application that is running on an Azure virtual machine.

0 commit comments

Comments
 (0)