Câu 57: 70-533: Implementing Microsoft Azure Infrastructure Solutions
You manage a cloud service on two instances. The service name is Service1 and the role name is ServiceRole1.Service1 has performance issues during heavy traffic periods. You need to increase the existing deployment of Service1 to three instances. Which Power Shell cmdlet should you use?
Nội dung câu hỏi
You manage a cloud service on two instances. The service name is Service1 and the role name is ServiceRole1.Service1 has performance issues during heavy traffic periods. You need to increase the existing deployment of Service1 to three instances. Which Power Shell cmdlet should you use?
Các lựa chọn
Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.
- A. PS C:\>Set-AzureService -ServiceName "Service1" -Label "ServiceRole1" -Description "Instance count=3"
- B. PS C:\>Set-AzureRole -ServiceName "Service1" -Slot "Production" -RoleName "ServiceRole1" -Count 3 — đáp án hiện tại
- C. PS C:\>Add-AzureWebRole -Name "ServiceRole1" -Instances 3
- D. PS C:\> $instancecount = New-Object Hashtable$settings["INSTANCECOUNT=3"] PS C:\> Set-AzureWebsite -AppSettings $instancecount ServiceRole1
Cộng đồng
0 bình luận công khai. Tên thành viên được ẩn một phần.
Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.