Skip to content

Commit 5967ebe

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into work-context-links
2 parents f1139a3 + d6b05a9 commit 5967ebe

17 files changed

+459
-20
lines changed
-23.3 KB
Loading
62.7 KB
Loading
123 KB
Loading
74.1 KB
Loading
25 KB
Loading
27.4 KB
Loading

articles/active-directory/manage-apps/plan-cloud-hr-provision.md

Lines changed: 415 additions & 0 deletions
Large diffs are not rendered by default.

articles/active-directory/manage-apps/toc.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,14 @@
7272
items:
7373
- name: Plan an automatic user provisioning deployment
7474
href: plan-auto-user-provisioning.md
75+
- name: Automatic provisioning for SCIM-enabled apps
76+
href: use-scim-to-provision-users-and-groups.md
7577
- name: Manual vs. automatic provisioning
7678
href: application-provisioning-config-how-to.md
79+
- name: Cloud HR provisioning
80+
items:
81+
- name: Plan cloud HR user provisioning deployment
82+
href: plan-cloud-hr-provision.md
7783
- name: Application Proxy for on-premises apps
7884
items:
7985
- name: Application Proxy

articles/azure-functions/functions-bindings-timer.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,10 @@ Here are some examples of NCRONTAB expressions you can use for the timer trigger
281281

282282
The numbers in a CRON expression refer to a time and date, not a time span. For example, a 5 in the `hour` field refers to 5:00 AM, not every 5 hours.
283283

284-
The default time zone used with the CRON expressions is Coordinated Universal Time (UTC). To have your CRON expression based on another time zone, create an app setting for your function app named `WEBSITE_TIME_ZONE`. Set the value to the name of the desired time zone as shown in the [Microsoft Time Zone Index](https://technet.microsoft.com/library/cc749073).
284+
The default time zone used with the CRON expressions is Coordinated Universal Time (UTC). To have your CRON expression based on another time zone, create an app setting for your function app named `WEBSITE_TIME_ZONE`. Set the value to the name of the desired time zone as shown in the [Microsoft Time Zone Index](https://technet.microsoft.com/library/cc749073).
285+
286+
> [!NOTE]
287+
> `WEBSITE_TIME_ZONE` is not currently supported on the Linux Consumption plan.
285288
286289
For example, *Eastern Standard Time* is UTC-05:00. To have your timer trigger fire at 10:00 AM EST every day, use the following NCRONTAB expression that accounts for UTC time zone:
287290

articles/azure-netapp-files/azure-netapp-files-faqs.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.workload: storage
1313
ms.tgt_pltfrm: na
1414
ms.devlang: na
1515
ms.topic: conceptual
16-
ms.date: 10/12/2019
16+
ms.date: 11/26/2019
1717
ms.author: b-juche
1818
---
1919
# FAQs About Azure NetApp Files
@@ -138,6 +138,10 @@ If you are using Azure NetApp Files with Azure Active Directory Domain Services,
138138

139139
Azure NetApp Files supports Windows Server 2008r2SP1-2019 versions of Active Directory Domain Services.
140140

141+
### Why does the available space on my SMB client not show the provisioned size?
142+
143+
The volume size reported by the SMB client is the maximum size the Azure NetApp Files volume can grow to. The size of the Azure NetApp Files volume as shown on the SMB client is not reflective of the quota or size of the volume. You can get the Azure NetApp Files volume size or quota through the Azure portal or the API.
144+
141145
## Capacity management FAQs
142146

143147
### How do I monitor usage for capacity pool and volume of Azure NetApp Files?

0 commit comments

Comments
 (0)