Skip to content

Commit 7238d8c

Browse files
authored
Merge pull request #203493 from v-jrushing/71369_Prog_Faq
Added links
2 parents 69d9d64 + 7dc5ac5 commit 7238d8c

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

articles/marketplace/analytics-programmatic-faq.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This table describes the API responses and what to do if you receive them.
2424
| ------------ | ------------- | ------------- |
2525
| Unauthorized | 401 | This is an authentication exception. Check the correctness of the Azure Active Directory (Azure AD) token. The Azure AD token is valid for 60 minutes, after which time you would need to regenerate the Azure AD token. |
2626
| Invalid table name | 400 | The name of the dataset is wrong. Recheck the dataset name by calling the “Get All Datasets” API. |
27-
| Incorrect column name | 400| The name of the column in the query is incorrect. Recheck the column name by calling the “Get All Datasets” API or refer to the column names in the following tables:<br><ul><li>[Orders details table](orders-dashboard.md#orders-details-table)</li><li>[Usage details table](usage-dashboard.md#usage-details-table)</li><li>[Customer details table](customer-dashboard.md#customer-details-table)</li><li>[Marketplace insights details table](insights-dashboard.md#marketplace-insights-details-table)</li></UL> |
27+
| Incorrect column name | 400| The name of the column in the query is incorrect. Recheck the column name by calling the “Get All Datasets” API or refer to the column names in the following tables:<br><ul><li>[Orders details table](orders-dashboard.md#orders-details-table)</li><li>[Usage details table](usage-dashboard.md#usage-details-table)</li><li>[Customer details table](customer-dashboard.md#customer-details-table)</li><li>[Marketplace insights details table](insights-dashboard.md#marketplace-insights-details-table)</li><li>[Revenue dashboard](revenue-dashboard.md)</li><li>[Quality of Service dashboard](quality-of-service-dashboard.md)</li><li>[Customer retention dashboard](customer-retention-dashboard.md#dictionary-of-data-terms)</li></UL> |
2828
| Null or missing value | 400 | You may be missing mandatory parameters as part of the request payload of the API. |
2929
| Invalid report parameters | 400 | Make sure the report parameters are correct. For example, you may be giving a value of less than 4 for `RecurrenceInterval` parameter. |
3030
| Recurrence Interval must be between 4 and 90 | 400 | Make sure the value of the `RecurrenceInterval` request parameter is between 4 and 90. |
@@ -38,7 +38,7 @@ This table describes the API responses and what to do if you receive them.
3838

3939
## No records
4040

41-
I receive API response 200 when I download the report from the secure location. Why am I getting no records?
41+
**I receive API response 200 when I download the report from the secure location. Why am I getting no records?**
4242

4343
Check whether the string in the query has one of the allowable values for the column header. For example, this query will return zero results:
4444

@@ -50,6 +50,9 @@ In this example, the allowable values for SKUBillingType are Paid or Free. Refer
5050
- [Usage details table](usage-dashboard.md#usage-details-table)
5151
- [Customer details table](customer-dashboard.md#customer-details-table)
5252
- [Marketplace insights details table](insights-dashboard.md#marketplace-insights-details-table)
53+
- [Revenue dashboard](revenue-dashboard.md)
54+
- [Quality of Service dashboard](quality-of-service-dashboard.md)
55+
- [Customer retention dashboard](customer-retention-dashboard.md#dictionary-of-data-terms)
5356

5457
## Next steps
5558

articles/marketplace/isv-customer-faq.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,11 @@ sections:
157157
- question: |
158158
My customer accepted the private offer. What's next?
159159
answer: |
160-
They can go to the Azure portal to subscribe to the offer using any Azure Subscription associated with the billing account. They must use an Azure subscription associated with the configured billing account to get the private price. If the private offer includes PAYG offers (Virtual Machines) and was extended to an existing customer, the customer will be charged using the private price as soon as the private offer is accepted.
160+
If the private offer is due to begin on the Accepted date, the customer can go to the Azure portal to subscribe to the offer using any Azure Subscription associated with the billing account. They must use an Azure subscription associated with the configured billing account to get the private price. If the private offer includes PAYG offers (Virtual Machines) and was extended to an existing customer, the customer will be charged using the private price as soon as the private offer is accepted.
161161
162-
For a private offer that includes SaaS, the customer must subscribe within 30 days of accepting the private offer.
162+
For a private offer that includes SaaS, the customer must subscribe to the software as a service (SaaS) product first and then configure the product within 30 days of subscribing to the product.
163+
164+
If the ISV has configured the private offer to begin at a future date, the customer can accept the private offer before the Accept by date, but should not subscribe to or deploy the product until after the Start date set for the private offer.
163165
164166
- question: |
165167
My customer accepted the private offer, but the private price is still not reflected in the marketplace products page.

0 commit comments

Comments
 (0)