注: この質問は、同じシナリオを提示する一連の質問の一部です。一連の質問にはそれぞれ、定められた目標を満たす可能性のある独自の解答が含まれています。質問セットによっては、複数の正解が存在する場合もあれば、正解がない場合もあります。
このセクションの質問に回答した後は、その質問に戻ることはできません。そのため、これらの質問はレビュー画面に表示されません。
Adatum という名前の Azure Active Directory (Azure AD) テナントと、Subscription1 という名前の Azure サブスクリプションがあります。Adatum には Developers という名前のグループが含まれています。Subscription1 には Dev という名前のリソース グループが含まれています。
開発者グループに、Dev リソース グループで Azure ロジック アプリを作成する権限を付与する必要があります。
解決策: Dev では、ロジック アプリ オペレーターのロールを開発者グループに割り当てます。
これは目標を満たしていますか?
正解:B
The Logic App Operator role only grants the ability to read, enable, disable, and run logic apps. It does not grant the ability to create logic apps. To create logic apps, you need to assign the Logic App Contributor role or a higher-level role such as Owner or Contributor. Then, References: [Built-in roles for Azure resources]
[Azure Logic Apps permissions and access control]