Skip to content

Commit a417469

Browse files
authored
Merge pull request #104931 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/Microsoft/azure-docs (branch master)
2 parents 68b417c + e1daa5f commit a417469

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

articles/blockchain/service/manage-consortium-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ Use this cmdlet to retrieve or list a consortium member's invitation status.
253253
[Establish a Web3 connection](#establish-a-web3-connection) to set the $ContractConnection variable.
254254

255255
```powershell-interactive
256-
$ContractConnection | Get-BlockchainMemberInvitation – SubscriptionId <Azure subscription ID>
256+
$ContractConnection | Get-BlockchainMemberInvitation –SubscriptionId <Azure subscription ID>
257257
```
258258

259259
#### Example output

articles/stream-analytics/stream-analytics-with-azure-functions.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,9 @@ If a failure occurs while sending events to Azure Functions, Stream Analytics re
192192

193193
In the Azure portal, when you try to reset the Max Batch Size/ Max Batch Count value to empty (default), the value changes back to the previously entered value upon save. Manually enter the default values for these fields in this case.
194194

195-
The use of [Http routing](https://docs.microsoft.com/sandbox/functions-recipes/routes?tabs=csharp) on your Azure Functions is currently not supported by Stream Analytics.
195+
The use of [HTTP routing](https://docs.microsoft.com/sandbox/functions-recipes/routes?tabs=csharp) on your Azure Functions is currently not supported by Stream Analytics.
196+
197+
Support to connect to Azure Functions hosted in a virtual network is not enabled.
196198

197199
## Clean up resources
198200

0 commit comments

Comments
 (0)