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/analytics-programmatic-faq.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ This table describes the API responses and what to do if you receive them.
24
24
| ------------ | ------------- | ------------- |
25
25
| 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. |
26
26
| 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> |
28
28
| Null or missing value | 400 | You may be missing mandatory parameters as part of the request payload of the API. |
29
29
| 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. |
30
30
| 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.
38
38
39
39
## No records
40
40
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?**
42
42
43
43
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:
44
44
@@ -50,6 +50,9 @@ In this example, the allowable values for SKUBillingType are Paid or Free. Refer
Copy file name to clipboardExpand all lines: articles/marketplace/isv-customer-faq.yml
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -157,9 +157,11 @@ sections:
157
157
- question: |
158
158
My customer accepted the private offer. What's next?
159
159
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.
161
161
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.
163
165
164
166
- question: |
165
167
My customer accepted the private offer, but the private price is still not reflected in the marketplace products page.
0 commit comments