I’m planning to use the rigetti.qpu.ankaa-2 device on Azure Quantum, but only backend is available on Azure Quantum, there’s no way to use the pennylane device directly, like
dev = qml.device('qiskit.remote', wires=n_ qubits, backend=configured_backend()).
He needs to set configured_backend(), how do I configure this? Like