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/aks/concepts-identity.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -182,6 +182,7 @@ The following permissions are needed by the identity creating and operating the
182
182
> |`Microsoft.Network/virtualNetworks/subnets/join/action`| Required to configure the Network Security Group for the subnet when using a custom VNET.|
183
183
> |`Microsoft.Network/publicIPAddresses/join/action` <br/> `Microsoft.Network/publicIPPrefixes/join/action`| Required to configure the outbound public IPs on the Standard Load Balancer. |
184
184
> |`Microsoft.OperationalInsights/workspaces/sharedkeys/read` <br/> `Microsoft.OperationalInsights/workspaces/read` <br/> `Microsoft.OperationsManagement/solutions/write` <br/> `Microsoft.OperationsManagement/solutions/read` <br/> `Microsoft.ManagedIdentity/userAssignedIdentities/assign/action`| Required to create and update Log Analytics workspaces and Azure monitoring for containers. |
185
+
> |`Microsoft.Network/virtualNetworks/joinLoadBalancer/action`| Required to configure the IP-based Load Balancer Backend Pools. |
Copy file name to clipboardExpand all lines: articles/azure-fluid-relay/quickstarts/quickstart-dice-roll.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,11 @@ You can open new tabs with the same URL to create additional instances of the di
51
51
To run against the Azure Fluid Relay service, you'll need to update your app's configuration to connect to your Azure service instead of your local server.
52
52
53
53
### Configure and create an Azure client
54
-
54
+
Install @fluidframework/azure-client and "@fluidframework/test-client-utils packages and import Azure Client and InsecureTokenProvider.
To configure the Azure client, replace the local connection `serviceConfig` object in `app.js` with your Azure Fluid Relay
56
60
service configuration values. These values can be found in the "Access Key" section of the Fluid Relay resource in the Azure portal. Your `serviceConfig` object should look like this with the values replaced
Copy file name to clipboardExpand all lines: articles/cognitive-services/containers/disconnected-container-faq.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ sections:
40
40
We'd like to make more Cognitive Services offerings available as containers. Contact your local Microsoft account manager to get updates on new container releases and other Cognitive Services announcements.
41
41
- question: How do I get access to disconnected container?
42
42
answer: |
43
-
Fill out and submit the request form to request access to the container. Access is limited to customers that meet the following requirements:
43
+
Fill out and submit the [request form](https://aka.ms/csdisconnectedcontainers) to request access to the container. Access is limited to customers that meet the following requirements:
44
44
45
45
* Your organization must have an enterprise agreement or an equivalent agreement and should be identified as strategic customer or partner with Microsoft.
46
46
* Valid business scenario/use case - Disconnected containers are expected to run fully offline hence, your use cases must meet one of below or similar requirements:
0 commit comments