Microsoft Azure Architect Technologies (legacy) — Question 66
You have an Azure subscription that contains an Azure Service Fabric cluster and a Service Fabric application named FabricApp.
You develop and package a Service Fabric application named AppPackage. AppPackage is saved in a compressed folder named AppPackage.zip.
You upload AppPackage.zip to an external store.
You need to register AppPackage in the Azure subscription.
What should you do first?
Answer options
- A. Run the New-ServiceFabricApplication cmdlet.
- B. Repackage the application in a file named App.sfpkg.
- C. Create a new Service Fabric cluster.
- D. Copy AppPackage.zip to a blob storage account.
Correct answer: B
Explanation
The correct answer is B because the Service Fabric requires the application to be in the .sfpkg format for registration. The other options do not address the need to repackage the application in the required format before it can be registered in the Azure subscription.