You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/marketplace/partner-center-portal/azure-vm-create-offer.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -451,7 +451,7 @@ Open public or private ports on a deployed virtual machine.
451
451
452
452
#### Properties
453
453
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 [acceleratednetworking](https://go.microsoft.com/fwlink/?linkid=2124513).
Copy file name to clipboardExpand all lines: articles/marketplace/partner-center-portal/common-sas-uri-issues.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,19 +12,19 @@ ms.date: 04/09/2020
12
12
# Common SAS URI issues and fixes
13
13
14
14
> [!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.
16
16
17
17
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.
18
18
19
19
|**Issue**|**Failure Message**|**Fix**|
20
20
| --------- | ------------------- | ------- |
21
21
|*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. |
24
24
| "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`. |
25
25
| 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. |
26
26
| 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). |
28
28
||||
29
29
30
30
For details, see [Using shared access signatures (SAS)](https://azure.microsoft.com/documentation/articles/storage-dotnet-shared-access-signature-part-1/).
Copy file name to clipboardExpand all lines: articles/marketplace/partner-center-portal/create-azure-vm-technical-asset.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,7 +132,7 @@ To connect to a Linux-based VM, you need a secure shell protocol (SSH) client. T
132
132
7. Open the PuTTY application.
133
133
8. In the PuTTY Configuration dialog, enter the IP address or DNS name of your VM.
134
134
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.":::
136
136
137
137
9. Select **Open** to open a PuTTY terminal.
138
138
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.
166
166
1. On the home page, select **Create a resource**, search for "Template Deployment", and select **Create**.
167
167
2. Choose **Build your own template in the editor**.
168
168
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.":::
170
170
171
171
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**.
172
172
4. Provide the parameter values for the displayed **Custom deployment** property pages.
0 commit comments