Skip to content

Commit aa321e9

Browse files
committed
Updated PC offer topics
1 parent 24e23cb commit aa321e9

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

articles/marketplace/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@
475475
- name: Create Azure VM technical asset
476476
items:
477477
- name: Create Azure VM technical asset
478-
href: ./partner-center-portal/create-azure-container-technical-assets.md
478+
href: ./partner-center-portal/create-azure-container-technical-asset.md
479479
- name: Azure VM technical asset FAQ
480480
href: ./partner-center-portal/common-issues-during-vhd-creation.md
481481
- name: Certify Azure VM image

articles/marketplace/partner-center-portal/azure-vm-create-offer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ Open public or private ports on a deployed virtual machine.
451451

452452
#### Properties
453453

454-
**Support accelerated networking** – Select if your VM supports [accelerated](https://go.microsoft.com/fwlink/?linkid=2124513)[networking](https://go.microsoft.com/fwlink/?linkid=2124513).
454+
**Support accelerated networking** – Select if your VM supports [accelerated networking](https://go.microsoft.com/fwlink/?linkid=2124513).
455455

456456
#### VM Images
457457

articles/marketplace/partner-center-portal/common-sas-uri-issues.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@ ms.date: 04/09/2020
1212
# Common SAS URI issues and fixes
1313

1414
> [!IMPORTANT]
15-
> We're moving the management of your Azure Virtual Machine offers from Cloud Partner Portal to Partner Center. Until your offers are migrated, please follow the instructions in [Common SAS URL issues and fixes](https://docs.microsoft.com/azure/marketplace/cloud-partner-portal/virtual-machine/cpp-common-sas-url-issues) for Cloud Partner Portal to manage your offers.
15+
> We're moving the management of your Azure Virtual Machine offers from Cloud Partner Portal to Partner Center. Until your offers are migrated, please follow the instructions in [Common SAS URI issues and fixes](https://docs.microsoft.com/azure/marketplace/cloud-partner-portal/virtual-machine/cpp-common-sas-url-issues) for Cloud Partner Portal to manage your offers.
1616
1717
Following are common issues encountered when working with shared access signatures (which are used to identify and share the uploaded VHDs for your solution), along with suggested resolutions.
1818

1919
| **Issue** | **Failure Message** | **Fix** |
2020
| --------- | ------------------- | ------- |
2121
| *Failure in copying images* | | |
22-
| "?" is not found in SAS URL | `Failure: Copying Images. Not able to download blob using provided SAS Uri.` | Update the SAS URI using recommended tools. |
23-
| "st" and "se" parameters not in SAS URL | `Failure: Copying Images. Not able to download blob using provided SAS Uri.` | Update the SAS URI with proper **Start Date** and **End Date** values. |
22+
| "?" is not found in SAS URI | `Failure: Copying Images. Not able to download blob using provided SAS Uri.` | Update the SAS URI using recommended tools. |
23+
| "st" and "se" parameters not in SAS URI | `Failure: Copying Images. Not able to download blob using provided SAS Uri.` | Update the SAS URI with proper **Start Date** and **End Date** values. |
2424
| "sp=rl" not in SAS URI | `Failure: Copying Images. Not able to download blob using provided SAS Uri.` | Update the SAS URI with permissions set as `Read` and `List`. |
2525
| SAS URI has white spaces in VHD name | `Failure: Copying Images. Not able to download blob using provided SAS Uri.` | Update the SAS URI to remove white spaces. |
2626
| SAS URI Authorization error | `Failure: Copying Images. Not able to download blob due to authorization error.` | Review and correct the SAS URI format. Regenerate if necessary. |
27-
| SAS URI "st" and "se" parameters do not have full date-time specification | `Failure: Copying Images. Not able to download blob due to incorrect SAS URI.` | SAS URI **Start Date** and **End Date** parameters (`st` and `se` substrings) must have full date-time format, such as `11-02-2017T00:00:00Z`. Shortened versions are invalid (some commands in Azure CLI may generate shortened values by default). |
27+
| SAS URI "st" and "se" parameters do not have full date-time specification | `Failure: Copying Images. Not able to download blob due to incorrect SAS Uri.` | SAS URI **Start Date** and **End Date** parameters (`st` and `se` substrings) must have full date-time format, such as `11-02-2017T00:00:00Z`. Shortened versions are invalid (some commands in Azure CLI may generate shortened values by default). |
2828
| | | |
2929

3030
For details, see [Using shared access signatures (SAS)](https://azure.microsoft.com/documentation/articles/storage-dotnet-shared-access-signature-part-1/).

articles/marketplace/partner-center-portal/create-azure-vm-technical-asset.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ To connect to a Linux-based VM, you need a secure shell protocol (SSH) client. T
132132
7. Open the PuTTY application.
133133
8. In the PuTTY Configuration dialog, enter the IP address or DNS name of your VM.
134134

135-
:::image type="content" source="media/avm-putty.png" alt-text="Illustrates the PuTTY terminal settings. the Host Name or IP address and Port boxes are highlighted.":::
135+
:::image type="content" source="media/avm-putty.png" alt-text="Illustrates the PuTTY terminal settings. the Host Name or IP address and Port boxes are highlighted.":::
136136

137137
9. Select **Open** to open a PuTTY terminal.
138138
10. When prompted, enter the account name and password of your Linux VM account.
@@ -166,7 +166,7 @@ Create your image using either the Azure Portal or Azure PowerShell.
166166
1. On the home page, select **Create a resource**, search for "Template Deployment", and select **Create**.
167167
2. Choose **Build your own template in the editor**.
168168

169-
:::image type="content" source="media/avm-custom-deployment.png" alt-text="Illustrates the Custom deployment page.":::
169+
:::image type="content" source="media/avm-custom-deployment.png" alt-text="Illustrates the Custom deployment page.":::
170170

171171
3. Paste this [JSON template](https://docs.microsoft.com/azure/marketplace/cloud-partner-portal/virtual-machine/cpp-deploy-json-template) into the editor and select **Save**.
172172
4. Provide the parameter values for the displayed **Custom deployment** property pages.

0 commit comments

Comments
 (0)