Skip to content

Commit 8e278c4

Browse files
authored
Merge pull request #269497 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents 1937d7b + 254a8ed commit 8e278c4

File tree

4 files changed

+19
-10
lines changed

4 files changed

+19
-10
lines changed

articles/advisor/advisor-reference-cost-recommendations.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -488,10 +488,7 @@ Learn more about [App Service plans](../app-service/overview-hosting-plans.md).
488488

489489
### Unused/Empty App Service plans
490490

491-
Your App Service plan has no apps running for at least three days. Consider deleting the resource to save costs or add new apps under it.
492-
493-
> [!NOTE]
494-
> It might take up to 48 hours for this recommendation to refresh after you take an action.
491+
Your App Service plan does not have any running applications associated with it. Consider deleting the resource to reduce expenses, or add new applications under it to utilize its capabilities.
495492

496493
Learn more about [App Service plans](../app-service/overview-hosting-plans.md).
497494

articles/aks/node-autoprovision.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,22 @@ NAP is based on the Open Source [Karpenter](https://karpenter.sh) project, and t
6565
6666
## Limitations
6767
68-
- Windows and Azure Linux node pools aren't supported yet
69-
- Kubelet configuration through Node pool configuration is not supported
70-
- NAP can only be enabled on new clusters currently
71-
- It is not currently possible to stop nodepools or clusters which use the NAP feature
68+
- The only network configuration allowed is Cilium + Overlay + Azure
69+
- You can't enable in a cluster where node pools have cluster autoscaler enabled
70+
71+
### Unsupported features:
72+
73+
- Windows node pools
74+
- Applying custom configuration to the node kubelet
75+
- IPv6 clusters
76+
- [Service Principals](./kubernetes-service-principal.md)
77+
> [!NOTE]
78+
> You can use either a system-assigned or user-assigned managed identity.
79+
- Disk encryption sets
80+
- CustomCATrustCertificates
81+
- [Start Stop mode](./start-stop-cluster.md)
82+
- [HTTP proxy](./http-proxy.md)
83+
- [OutboundType](./egress-outboundtype.md) mutation. All OutboundTypes are supported, however you can't change them after creation.
7284
7385
## Enable node autoprovisioning
7486

articles/cosmos-db/network-bandwidth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Here's a list of commonly asked questions for this service:
5858

5959
- **Do I get any network bandwidth every month at no cost?**
6060

61-
Yes. Azure Cosmos DB includes 5 GB of network bandwidth per month.
61+
Yes. Azure Cosmos DB includes 5 GB of network bandwidth per month per subscription.
6262

6363
- **Will the previous meters still be on my bill after Azure Cosmos DB moves to the new meters?**
6464

articles/search/search-indexer-howto-access-private.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ A `202 Accepted` response is returned on success. The process of creating an out
275275

276276
## 2 - Approve the private endpoint connection
277277

278-
Approval of the private endpoint connection is granted on the Azure PaaS side. It might be automatic if the service consumer has a role assignment on the service provider resource. Otherwise, manual approval is required. For details, see [Manage Azure private endpoints](/azure/private-link/manage-private-endpoint).
278+
Approval of the private endpoint connection is granted on the Azure PaaS side. If the service consumer has a role assignment on the service provider resource, the approval will be automatic. Otherwise, manual approval is required. For details, see [Manage Azure private endpoints](/azure/private-link/manage-private-endpoint).
279279

280280
This section assumes manual approval and the portal for this step, but you can also use the REST APIs of the Azure PaaS resource. [Private Endpoint Connections (Storage Resource Provider)](/rest/api/storagerp/privateendpointconnections) and [Private Endpoint Connections (Cosmos DB Resource Provider)](/rest/api/cosmos-db-resource-provider/2023-03-15/private-endpoint-connections) are two examples.
281281

0 commit comments

Comments
 (0)