diff --git a/articles/sql-database/sql-database-service-tiers-general-purpose-business-critical.md b/articles/sql-database/sql-database-service-tiers-general-purpose-business-critical.md index 9c7aaaa7a8e73..ad2911d686592 100644 --- a/articles/sql-database/sql-database-service-tiers-general-purpose-business-critical.md +++ b/articles/sql-database/sql-database-service-tiers-general-purpose-business-critical.md @@ -11,7 +11,7 @@ author: CarlRabeler ms.author: carlrab ms.reviewer: sashan, moslake manager: craigg -ms.date: 02/13/2019 +ms.date: 02/23/2019 --- # Azure SQL Database service tiers @@ -36,7 +36,7 @@ Consider the following: - Storage size in Managed Instance must be specified in multiples of 32 GB. - You can select any single database size between 10 GB and the supported maximum - For storage in the standard or general purpose service tiers, increase or decrease size in 10-GB increments - - For storage in the premium or buxiness critical service tiers, increase or decrease size in 250-GB increments + - For storage in the premium or business critical service tiers, increase or decrease size in 250-GB increments - In the General Purpose service tier, `tempdb` uses an attached SSD and this storage cost is included in the vCore price. - In the Business Critical service tier, `tempdb` shares the attached SSD with the MDF and LDF files and the tempDB storage cost is included in the vCore price. diff --git a/includes/cognitive-services-bing-resize-crop-thumbnails.md b/includes/cognitive-services-bing-resize-crop-thumbnails.md index 39b633866adcb..c12e100ec535a 100644 --- a/includes/cognitive-services-bing-resize-crop-thumbnails.md +++ b/includes/cognitive-services-bing-resize-crop-thumbnails.md @@ -11,11 +11,11 @@ Some Bing responses include URLs to thumbnail images served by Bing. You may res > Ensure the size and cropping of the thumbnail provide a search scenario and respect third party rights, as required by Bing Search API use and display requirements. -To resize an image, include the w (width) and h (height) query parameters in the thumbnail’s URL. Specify the width and height in pixels. For example: +To resize an image, include the w (width) query parameter, h (height) query parameter, or both in the thumbnail’s URL. Specify the width and height in pixels. For example: `https:///th?id=JN.5l3yzwy%2f%2fHj59U6XhssIQ&pid=Api&w=200&h=200` -If you resize the image, its aspect ratio is maintained. To maintain the aspect ratio, white padding may be added to the border of the image. For example, if you resize a 480x359 image to 200x200 without cropping, the full width contains the image but the height contains 25 pixels of white padding at the top and bottom of the image. The same would be true if the image was 359x480 except the left and right borders would contain white padding. If you crop the image, white padding is not added. +If you specify only the width or only the height query parameter, Bing maintains the image's aspect ratio. If you specify both width and height and you don't maintain the image's original aspect ratio, Bing adds white padding to the border of the image. For example, if you resize a 480x359 image to 200x200 without cropping, the full width contains the image but the height contains 25 pixels of white padding at the top and bottom of the image. The same would be true if the image was 359x480 except the left and right borders would contain white padding. If you crop the image, white padding is not added. The following picture shows the original size of a thumbnail image (480x300). diff --git a/includes/cognitive-services-containers-run-multiple-same-host.md b/includes/cognitive-services-containers-run-multiple-same-host.md index 72830dc73ff6e..1693774ab04e1 100644 --- a/includes/cognitive-services-containers-run-multiple-same-host.md +++ b/includes/cognitive-services-containers-run-multiple-same-host.md @@ -26,11 +26,11 @@ Run the second container on port 5001. ```bash -docker run --rm -it -p 5001:5001 --memory 4g --cpus 1 \ +docker run --rm -it -p 5001:5000 --memory 4g --cpus 1 \ /microsoft/ \ Eula=accept \ Billing={BILLING_ENDPOINT_URI} \ ApiKey={BILLING_KEY} ``` -Each subsequent container should be on a different port. \ No newline at end of file +Each subsequent container should be on a different port.